UNPKG

@graphql-tools/graphql

Version:
12 lines (11 loc) 485 B
import type { Location } from './ast.cjs'; import type { SourceLocation } from './location.cjs'; import type { Source } from './source.cjs'; /** * Render a helpful description of the location in the GraphQL Source document. */ export declare function printLocation(location: Location): string; /** * Render a helpful description of the location in the GraphQL Source document. */ export declare function printSourceLocation(source: Source, sourceLocation: SourceLocation): string;