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