Skip to main content
Module

x/graphql_deno/mod.ts>SourceLocation

GraphQL-JS ported to Deno
Latest
interface SourceLocation
import { type SourceLocation } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Represents a location in a Source.

Properties

readonly
line: number
readonly
column: number