GraphQL system properties

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • 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.

    Label Details System property

    Enable/Disable introspective queries for the GlideRecord Schema

    Enabling this option allows the GraphQL Explorer to show the GlideRecord schema in the documentation pane and as auto-complete suggestions.

    • Type: Boolean
    • Default: False
    glide.graphql.glide_record_schema.introspection_enabled

    Enable/Disable debug logging for GraphQL

    • Type: Boolean
    • Default: False
    glide.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: False
    glide.graphql.introspection_enabled