CampbellSoftwareSolutions / mongoose-id-validator

Mongoose plug in to validate ObjectID references point to valid existing documents.
Other
47 stars 26 forks source link

Support Dynamic References via `refPath` #26

Closed makinde closed 4 years ago

makinde commented 6 years ago

https://mongoosejs.com/docs/populate.html#dynamic-ref

Mongoose supports the ref being specified in another path of the document. It'd be great for this library to also support that.