UNPKG

graphql-compose-elasticsearch

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