UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

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