Skip to main content
The Deno 2 Release Candidate is here
Learn more
function assertValidExecutionArguments
import { assertValidExecutionArguments } from "https://deno.land/x/graphql_deno@v15.0.0/lib/execution/execute.d.ts";

Essential assertions before executing to provide developer feedback for improper use of the GraphQL library.

Parameters

document: DocumentNode
rawVariableValues: Maybe<{ [key: string]: any; }>