UNPKG

graphql-compose-elasticsearch

Version:
13 lines 504 B
import { GraphQLScalarType } from 'graphql'; import { CommonOpts } from '../../utils'; export declare const ElasticGeoPointType: GraphQLScalarType; export declare function getGeoPointFC(_opts: CommonOpts<any>): GraphQLScalarType; export declare function getDistanceUnitFC(_opts: CommonOpts<any>): { type: string; description: string; }; export declare function getDistanceCalculationModeFC(_opts: CommonOpts<any>): { type: string; description: string; }; //# sourceMappingURL=Geo.d.ts.map