pub fn lower_graphql(
source: &str,
registry: &GraphQlSchemaRegistry,
) -> Result<LoweredQueryPlan, GraphQlAdapterError>Expand description
Validates and lowers exactly one GraphQL operation/root field.
pub fn lower_graphql(
source: &str,
registry: &GraphQlSchemaRegistry,
) -> Result<LoweredQueryPlan, GraphQlAdapterError>Validates and lowers exactly one GraphQL operation/root field.