UNPKG

graphql-compose-elasticsearch

Version:
5 lines 373 B
import { Resolver, InputTypeComposer } from 'graphql-compose'; import { CommonOpts } from '../utils'; export default function createUpdateByIdResolver<TSource, TContext>(opts: CommonOpts<TContext>): Resolver<TSource, TContext>; export declare function getRecordITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext>; //# sourceMappingURL=updateById.d.ts.map