Latest
interface SourceLocation
import { type SourceLocation } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/language/location.d.ts";

Represents a location in a Source.

Properties

readonly
line: number
readonly
column: number