UNPKG

@schamane/small-graphql-mongoose-middleware

Version:

![Check Code](https://github.com/schamane/small-graphql-mongoose-middleware/workflows/Check%20Code/badge.svg)

7 lines (6 loc) 207 B
export declare class QueryHelper { static packByKey<T>(datas: T[], key: string): { [key: string]: T; }[]; static mergePush<T>(categoryQuery: any[], categories: T[], key: string): void; }