Documentation
Plugins
GraphiQL

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_enabled
boolean
optional
default: true

Enable/disable the HTTP headers editor in the GraphiQL interface.