UNPKG

@graphql-tools/stitch

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 205 B
import { SelectionSetNode, FieldNode } from 'graphql'; export declare const forwardArgsToSelectionSet: (selectionSet: string, mapping?: Record<string, string[]>) => (field: FieldNode) => SelectionSetNode;