graphql-compose-elasticsearch
Version:
Elastic search via GraphQL
6 lines • 359 B
TypeScript
export { composeWithElastic } from './composeWithElastic';
export { convertToSourceTC, inputPropertiesToGraphQLTypes } from './mappingConverter';
export { default as ElasticApiParser } from './ElasticApiParser';
export { elasticApiFieldConfig } from './elasticApiFieldConfig';
export { fetchElasticMapping } from './utils';
//# sourceMappingURL=index.d.ts.map