Module

x/graphql_deno/lib/index.js>TypeInfo

GraphQL-JS ported to Deno
Latest
class TypeInfo
import { TypeInfo } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.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).