UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 252 B
import { SelectionSetNode } from '@graphql-tools/graphql'; import { MappingInstruction } from './types.cjs'; export declare function getSourcePaths(mappingInstructions: Array<MappingInstruction>, selectionSet?: SelectionSetNode): Array<Array<string>>;