Catch the highlights of GraphQLConf 2023! Click for recordings. Or check out our recap blog post.
Docs
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

type: "graphiql"
enabled: true
config: {}

JSON

{
  "type": "graphiql",
  "enabled": true,
  "config": {}
}

Reference

headers_editor_enabled
boolean
optional
default: true

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