GraphQL introspection
RU: GraphQL-интроспекция
A built-in GraphQL mechanism that lets clients query the schema itself using meta-fields __schema and __type. Introspection exposes all types, fields, arguments, and directives, enabling tools such as GraphiQL to provide autocomplete. It is typically disabled in production to reduce attack surface.