Getting Started
The @nestjs-query/query-mongoose package provides an implementation of @nestjs-query/core QueryService.
This package is built using mongoose and @nestjs/mongoose. If you are unfamiliar with them I suggest you read their documentation first.
Installation#
Docs#
- Read the QueryService docs
- Relations - How to work with relations/references in
mongoosewithnestjs-query - Custom Service - Example custom service
- Serialization - How to serialize
sequelizemodels.