graphql-compose-elasticsearch
Version:
Elastic search via GraphQL
5 lines • 353 B
TypeScript
import { InputTypeComposer } from 'graphql-compose';
import { CommonOpts } from '../../utils';
export declare function getFloatRangeITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext>;
export declare function getFloatRangeKeyedITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext>;
//# sourceMappingURL=Float.d.ts.map