graphql-compose-elasticsearch
Version:
Elastic search via GraphQL
6 lines • 404 B
TypeScript
import { Resolver } from 'graphql-compose';
import type { ProjectionType } from 'graphql-compose';
import type { CommonOpts } from '../utils';
export default function createSearchResolver<TSource, TContext>(opts: CommonOpts<TContext>): Resolver<TSource, TContext>;
export declare function toDottedList(projection: ProjectionType, prev?: string[]): string[] | boolean;
//# sourceMappingURL=search.d.ts.map