UNPKG

@graphql-mesh/utils

Version:
7 lines (6 loc) 278 B
import { FragmentDefinitionNode, SelectionSetNode } from 'graphql'; export declare function projectResultBySelectionSet({ result, selectionSet, fragments, }: { result: any; selectionSet: SelectionSetNode; fragments?: Record<string, FragmentDefinitionNode>; }): any;