Skip to main content
Latest
function NoUndefinedVariablesRule
import { NoUndefinedVariablesRule } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

No undefined variables

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