Getting Started
The @ptc-org/nestjs-query-typegoose
package provides an implementation of @ptc-org/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.