Skip to main content

lower_graphql

Function lower_graphql 

Source
pub fn lower_graphql(
    source: &str,
    registry: &GraphQlSchemaRegistry,
) -> Result<LoweredQueryPlan, GraphQlAdapterError>
Expand description

Validates and lowers exactly one GraphQL operation/root field.