glide.graphql.introspection_enabled

ServiceNow property description:

Enable/Disable introspective queries for users to discover the supported GraphQL queries and types. Introspection request require graphql_schema_admin role.

Attributes

  • Sys ID: 7ae27ffee73303002d2ec91c03f6a96b
  • Type: true | false
  • Application: Global
  • Default value: false
AI Logo

AI generated property description:

The ServiceNow property `glide.graphql.introspection_enabled` controls whether introspective queries are allowed for users to discover the supported GraphQL queries and types. When enabled, users with the `graphql_schema_admin` role can perform introspection requests to explore the GraphQL schema. This property is essential for understanding the structure and capabilities of the GraphQL API provided by ServiceNow. Disabling this property can enhance security by preventing unauthorized users from accessing schema details. The default setting for this property is typically enabled to facilitate development and integration efforts.

Source

Related property: glide.graphql.domain_separation.enabled