Skip to main content
Module

x/graphql_deno/lib/language/ast.js>Location

GraphQL-JS ported to Deno
Latest
class Location
import { Location } from "https://deno.land/x/graphql_deno@v15.0.0/lib/language/ast.js";

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

Constructors

new
Location(
startToken,
endToken,
source,
)

The Source document the AST represents.