import { ASTValidationContext } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/ValidationContext.js";
An instance of this class is passed as the "this" context to all validators, allowing access to commonly useful contextual information from within a validation rule.
Methods
getFragment(name)
getFragmentSpreads(node)
getRecursivelyReferencedFragments(operation)
reportError(error)