import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/TypeInfo.d.ts";
Classes
TypeInfo is a utility class which, given a GraphQL schema, can keep track
of the current field and type definitions at any point in a GraphQL document
AST during a recursive descent by calling |
Functions
Creates a new visitor instance which maintains a provided TypeInfo instance along with visiting visitor. |