UNPKG

189 BTypeScriptView Raw
1/// <reference types="typed-graphql" />
2import { Selection } from 'graphql';
3export declare function shouldInclude(selection: Selection, variables?: {
4 [name: string]: any;
5}): Boolean;