Skip to main content
Module

x/graphql_tools/deps.ts>NoUndefinedVariablesRule

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
function NoUndefinedVariablesRule
import { NoUndefinedVariablesRule } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.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.