UNPKG

graphql-compose-elasticsearch

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