TriPSs/nestjs-query
Easy CRUD for GraphQL.
Nestjs-Query is collection of packages to make crud for graphql easier.
While working on projects in nestjs it was very easy to get up and running with graphql however, there were many patterns that were common between the resolvers. In particular querying, sorting and paging.
Nestjs-query is composed of multiple packages
@ptc-org/nestjs-query-core - Defines all interfaces and utility types implemented by the other packages.No download data available
No tracked packages depend on this.
@ptc-org/nestjs-query-graphql@ptc-org/nestjs-query-mongoose - Package that implements a Mongoose service that can be used by itself or with the graphql resolver provided by @ptc-org/nestjs-query-graphql.@ptc-org/nestjs-query-sequelize - Package that implements a Sequelize service that can be used by itself or with the graphql resolver provided by @ptc-org/nestjs-query-graphql.@ptc-org/nestjs-query-typegoose - Package that implements a Typegoose service that can be used by itself or with the graphql resolver provided by @ptc-org/nestjs-query-graphql.@ptc-org/nestjs-query-typeorm - Package that implements a Typeorm service that can be used by itself or with the graphql resolver provided by @ptc-org/nestjs-query-graphql.If you'd like to contribute to this project, all you need to do is clone this project and run:
$ yarn
# To build all packages
$ yarn nx run-many --target=build --all
# To run all tests
$ yarn nx run-many --target=test --all
# To run the E2E tests
$ yarn docker up -d
$ yarn nx e2e examples
# To build one package
$ yarn nx build query-graphql
If you have questions or issues, please open an issue!