Graphql (Section)#
Path: /environments/environment/graphql
GraphQL-related settings that apply to all GraphQL endpoints.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| enable-introspection | boolean | optional | true | Enable GraphQL introspection |
| enable-mutation-over-http-get | boolean | optional | true | Enable sending GraphQL mutations via the GET HTTP method |