Skip to main content
Module

x/graphql_deno/mod.ts>TypeInfo

GraphQL-JS ported to Deno
Latest
class TypeInfo
import { TypeInfo } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

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).