Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(query-mongoose): ReferenceQueryService only accepted Relations wi…
…th ObjectIds (#340) There is a hard limitation in `ReferenceQueryService` that can only handle Relations/UnpagedRelations when the id fields are of type `ObjectId`. Since you can make relations with all kinds of field types in mongoose, nestjs-query should also support it.
- Loading branch information