Skip to main content

execute

Function execute 

Source
pub async fn execute(
    schema: &Schema,
    query: &str,
    variables: Variables,
) -> Result<Value, GraphQLError>
Expand description

Execute a GraphQL query against the built schema and return the JSON result.