import { TypeInfo } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/TypeInfo.d.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)
.
Constructors
Methods
getDefaultValue(): Maybe<any>
getFieldDef(): GraphQLField<any, Maybe<any>>