UNPKG

apollo-client

Version:
6 lines (5 loc) 191 B
/// <reference types="graphql" /> import { SelectionNode } from 'graphql'; export declare function shouldInclude(selection: SelectionNode, variables?: { [name: string]: any; }): boolean;