You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(query-mongoose): ReferenceQueryService only accepted Relations with 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.
0 commit comments