Skip to main content
Module

x/graphql_deno/lib/language/ast.d.ts

GraphQL-JS ported to Deno
Latest
import * as graphqlDeno from "https://deno.land/x/graphql_deno@v15.0.0/lib/language/ast.d.ts";

Classes

Contains a range of UTF-8 character offsets and token references that identify the region of the source from which the AST derived.

Represents a range of characters represented by a lexical token within a Source.

Interfaces

Utility type listing all nodes indexed by their kind.