Set a callback to invoke before executing a GraphQL query.
Customize the .
The provided factory
method will be invoked for each incoming GraphQL request.
Customize the passed to the GraphQL execution engine.
The provided factory
method will be invoked for each incoming GraphQL request.
Customize the query context object.
The provided factory
method will be invoked for each incoming GraphQL request.
Create a new GraphQLHandler that will use the provided graphQL
object to execute queries.
The handler will be configured with default options.
Create a new GraphQLHandler that will use the provided graphQL
object to execute queries.
The handler will be configured with the given options
.
Retrieves the from the .
Generated using TypeDoc
A {@link Route} handler for GraphQL requests.