Easy CRUD for GraphQL.
Nestjs-Query is a collection of packages designed to simplify CRUD operations for GraphQL in NestJS. The motivation behind creating Nestjs-Query was to streamline common patterns found in the resolvers, such as querying, sorting, and paging, making it easier to work with GraphQL in NestJS projects.
To install Nestjs-Query, follow these steps:
For development contributions:
git clone [project repository]
npm install
Nestjs-Query is a valuable collection of packages that simplifies the implementation of CRUD operations for GraphQL in NestJS projects. By providing packages for various services like Mongoose, Sequelize, Typegoose, and TypeORM, developers can easily integrate these functionalities into their projects. The clear organization of packages and utility types makes it easier for developers to work with common patterns in resolvers, enhancing the overall development experience with GraphQL in NestJS. For further contributions or inquiries, developers are encouraged to collaborate through opening issues or contributing to the project.