pub async fn execute( schema: &Schema, query: &str, variables: Variables, ) -> Result<Value, GraphQLError>
Execute a GraphQL query against the built schema and return the JSON result.