UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 182 B
import { SelectionSetNode } from '@graphql-tools/graphql'; export declare function pathsFromSelectionSet(selectionSet: SelectionSetNode, path?: Array<string>): Array<Array<string>>;