kuznetsov-kd

Results 2 comments of kuznetsov-kd

> @doug-martin sorry but I really stuck on this This library doesn't work with mongoose v6. You need to use mongoose v5.

> already using the mongoose v5 @DedWatson :( You made a mistake. Look at this https://doug-martin.github.io/nestjs-query/docs/persistence/mongoose/relations ``` @ObjectType('JobCard') @KeySet(['id']) @Relation('parts', () => JobCardPartDto, { disableRemove: true }) export class JobCardDto...