Getting Started
The @nestjs-query/query-typegoose
package provides an implementation of @nestjs-query/core
QueryService.
This package is built using typegoose and nestjs-typegoose. 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
typegoose
withnestjs-query
- Custom Service - Example custom service
- Serialization - How to serialize
typegoose
models.