glide.graphql.glide_record_schema.introspection_enabled
ServiceNow property description:
Enable/Disable introspective queries for the GlideRecord Schema.
Attributes
- Sys ID: ac302d3173130010fdfc066a4cf6a70a
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.graphql.glide_record_schema.introspection_enabled` controls whether introspective queries for the GlideRecord Schema are enabled or disabled. Introspective queries allow clients to query the schema itself, providing metadata about the available types, fields, and relationships within the GlideRecord Schema. By enabling this property, developers can utilize introspection to dynamically explore and understand the structure of the data model. Disabling it can enhance security by preventing unauthorized access to schema details. This property is particularly useful for developers working with GraphQL APIs in ServiceNow, as it aids in schema discovery and validation.
Source