UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

8 lines (7 loc) 248 B
import { ValueNode } from 'graphql'; declare type VariablePaths = Record<string, Array<string | number>>; export declare function extractVariables(inputValue: ValueNode): { inputValue: ValueNode; variablePaths: VariablePaths; }; export {};