UNPKG

graphql-compose-elasticsearch

Version:
7 lines 340 B
import { InputTypeComposer } from 'graphql-compose'; import { CommonOpts } from '../../../utils'; export declare function getBoolITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext>; export declare function prepareBoolInResolve(bool: any, fieldMap: any): { [argName: string]: any; }; //# sourceMappingURL=Bool.d.ts.map