UNPKG

171 BTypeScriptView Raw
1import { Source, SourceLocation } from 'graphql';
2export declare function getLocationByPath({ path, source, }: {
3 path: string;
4 source: Source;
5}): SourceLocation;