Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables introspective queries for users, determining their ability to explore supported GraphQL queries and types. |
| What area does it affect? |
GraphQL query management |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring user access to GraphQL features or adjusting security settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.graphql.introspection_enabled |
| Sys ID |
7ae27ffee73303002d2ec91c03f6a96b |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Enable/Disable introspective queries for users to discover the supported GraphQL queries and types. Introspection request require graphql_schema_admin role. |
| Updated |
2024-05-25 04:25:52 |
Sources
Related properties