Skip to main content
Module

x/graphql_deno/lib/index.js>execute

GraphQL-JS ported to Deno
Latest
function execute
import { execute } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.js";

Data that must be available at all points during query execution.

Namely, schema of the type system that is currently executing, and the fragments defined in the query document

Parameters

argsOrSchema
document
rootValue
contextValue
variableValues
operationName
fieldResolver
typeResolver