Skip to main content

Module graphql_adapter

Module graphql_adapter 

Source
Expand description

Registry-driven lowering from validated GraphQL operations to query plans.

Structs§

GraphQlAdapterError
Error returned for invalid registries, syntax, or semantic mappings.
GraphQlRootMapping
One explicit schema/root mapping registered with the adapter.
GraphQlSchemaRegistry
Explicit registry used by GraphQL lowering. Unknown and duplicate mappings fail closed rather than falling back to schema-name guesses.

Enums§

GraphQlArgumentRole
Semantic role assigned to a GraphQL root-field argument.
GraphQlOperationType
GraphQL operation family used as a registry key.

Functions§

lower_graphql
Validates and lowers exactly one GraphQL operation/root field.