Skip to main content
Latest
interface SourceLocation
import { type SourceLocation } from "https://deno.land/x/graphql_deno@v15.0.0/lib/language/index.d.ts";

Represents a location in a Source.

Properties

readonly
line: number
readonly
column: number