Expand description
Registry-driven lowering from validated GraphQL operations to query plans.
Structs§
- Graph
QlAdapter Error - Error returned for invalid registries, syntax, or semantic mappings.
- Graph
QlRoot Mapping - One explicit schema/root mapping registered with the adapter.
- Graph
QlSchema Registry - Explicit registry used by GraphQL lowering. Unknown and duplicate mappings fail closed rather than falling back to schema-name guesses.
Enums§
- Graph
QlArgument Role - Semantic role assigned to a GraphQL root-field argument.
- Graph
QlOperation Type - GraphQL operation family used as a registry key.
Functions§
- lower_
graphql - Validates and lowers exactly one GraphQL operation/root field.