UNPKG

@gqlts/runtime

Version:

Gqlts runtime client

3 lines 199 B
import { LinkedField, LinkedType } from '../types'; export declare function getFieldFromPath(root: LinkedType | undefined, path: string[]): LinkedField; //# sourceMappingURL=getFieldFromPath.d.ts.map