Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

GraphQL system properties

Configure GraphQL API framework behavior. For example, you can configure whether to allow introspective queries into your schema.

Navigate to System Web Services > GraphQL > Properties to change your GraphQL settings.

LabelDetailsSystem property
Enable/Disable introspective queries for the GlideRecord SchemaEnabling this option allows the GraphQL Explorer to show the GlideRecord schema in the documentation pane and as auto-complete suggestions. - Type: Boolean - Default: Falseglide.graphql.glide_record_schema.introspection_enabled
Enable/Disable debug logging for GraphQL- Type: Boolean - Default: Falseglide.graphql.debug
Enable/Disable introspective queries for users to discover the supported GraphQL queries and types. Introspection request require graphql\_schema\_admin role.Enabling this option allows the GraphQL Explorer to show the GraphQL schema in the documentation pane and as auto-complete suggestions. - Type: Boolean - Default: Falseglide.graphql.introspection_enabled

Parent Topic:Query record data using the GraphQL API framework