Skip to main content
Module

x/graphql_deno/lib/utilities/TypeInfo.js

GraphQL-JS ported to Deno
Latest
import * as graphqlDeno from "https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/TypeInfo.js";

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

Functions

Creates a new visitor instance which maintains a provided TypeInfo instance along with visiting visitor.