UNPKG

graphql-compose-elasticsearch

Version:
4 lines 250 B
import { Resolver } from 'graphql-compose'; import type { CommonOpts } from '../utils'; export default function createFindByIdResolver<TSource, TContext>(opts: CommonOpts<TContext>): Resolver<TSource, TContext>; //# sourceMappingURL=findById.d.ts.map