@apollo/core-schema
Version:
Apollo Core Schema processing library
9 lines • 406 B
TypeScript
import type { ASTNode, NameNode } from 'graphql';
export declare type LinkPath = [string | null, string];
export declare function getPrefix(name: string, sep?: string): LinkPath;
export declare function toPrefixed(path: LinkPath): string;
export declare function scopeNameFor(node: {
kind: ASTNode["kind"];
name?: NameNode;
}, name?: string | undefined): string;
//# sourceMappingURL=names.d.ts.map