Module

x/graphql_deno/lib/language/ast.js

GraphQL-JS ported to Deno
Latest
import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/language/ast.js";

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.