SourceLocation
import type { SourceLocation } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
SourceLocation references a location in a GraphQL source.
interface SourceLocation {
column?: number;
line?: number;
}import type { SourceLocation } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
SourceLocation references a location in a GraphQL source.