Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface. The result will be applied on top of the fixed set of headers specified in GraphiQLHandlerOptions.
This can be useful if, for example, the server is protected by authentication.
Create a new GraphiQLHandler.
The handler will be configured with default options.
Create a new GraphiQLHandler.
The handler will be configured with the given options
.
Generated using TypeDoc
A {@link Route} handler for GraphiQL resources.