import { NoUndefinedVariablesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.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.
Parameters
context: ValidationContext