Skip to content

GraphQLServer

GraphQLServer exposes your data as a GraphQL API. Client applications can connect to your GraphQL server to query your data.


The GraphQL schema for your GraphQL server.

Click on the […] icon to open the Schema editor.

An event is automatically created for each query that is included in the schema, as shown below:

GraphQL Schema

You can add any Linx functions to the events to handle the requests sent to your GraphQL service.

The URL where the GraphQL server will be published, e.g. http://localhost:8024/MyGraphQLServer.

Show details for internal server errors in HTTP responses.

The maximum number of concurrent connections to accept.

The maximum allowed size of any request body in megabytes.

A list of allowed origin URLs for cross-origin resource sharing.

The security scheme to use.

Show the Before-Operation event handler. This handler will execute before the execution of any operation.

Show the After-Operation event handler. This handler will execute after the execution of any operation.


graphql.org

howtographql.com

towardsdatascience.com