Graphql (Section)#

Path: /environments/environment/graphql

GraphQL-related settings that apply to all GraphQL endpoints.

Parameters#

NameTypeRequiredDefaultDescription
enable-introspectionbooleanoptionaltrueEnable GraphQL introspection
enable-mutation-over-http-getbooleanoptionaltrueEnable sending GraphQL mutations via the GET HTTP method

Was this helpful?