graphql-compose-elasticsearch
Version:
Elastic search via GraphQL
13 lines • 504 B
TypeScript
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