Skip to main content

GraphQL introspection

Full schema introspection via __schema query

Status: shipped | Area: policy | Published: 2026-03-22

Control impact: Enables clients to discover available types, queries, mutations, and their schemas.

  • query { __schema { types { name } } }
  • query { __type(name: "Session") { fields { name type } } }