Latest
function NoUndefinedVariablesRule
import { NoUndefinedVariablesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/index.js";

No undefined variables

A GraphQL operation is only valid if all variables encountered, both directly and via fragment spreads, are defined by that operation.

Parameters

context