GraphiQL
This plugin adds a GraphiQL interface to your Endpoint.
This plugin is rendering the GraphiQL interface for HTTP GET requests, that are not intercepted by other plugins.
Configuration
Examples
YAML
config: {}
enabled: true
type: "graphiql"JSON
{
"config": {},
"enabled": true,
"type": "graphiql"
}Reference
headers_editor_enabledboolean
optional
default:
trueEnable/disable the HTTP headers editor in the GraphiQL interface.