UNPKG

@graphql-mesh/serve-runtime

Version:
3 lines (2 loc) 155 B
import type { SelectionSetNode } from 'graphql'; export declare function checkIfDataSatisfiesSelectionSet(selectionSet: SelectionSetNode, data: any): any;