Set a callback to invoke before executing a GraphQL query.
Customize the connection init . This handler will be called when the message is received.
Customize the message . This handler will be called for each Message received.
Create a new GraphQLWSHandler that will use the provided graphQL
object to execute requests.
The handler will be configured with the default GraphQLWSOptions.
Create a new GraphQLWSHandler that will use the provided graphQL
object to execute requests.
The handler will be configured with the given options
.
Generated using TypeDoc
A handler for the GraphQL over WebSocket Protocol.