UNPKG

graphql-compose-mongoose

Version:

Plugin for `graphql-compose` which derive a graphql types from a mongoose model.

16 lines 459 B
export * from './aliases'; export * from './filter'; export * from './limit'; export * from './projection'; export * from './record'; export * from './skip'; export * from './sort'; export declare const MergeAbleHelperArgsOpts: { sort: string; skip: string; limit: Record<string, string>; filter: Record<string, string | string[]>; record: Record<string, string>; records: Record<string, string>; }; //# sourceMappingURL=index.d.ts.map