Latest
class TypeInfo
import { TypeInfo } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/TypeInfo.js";

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 enter(node) and leave(node).