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
The Mongoose API has support for ref for a given field, so it can auto populate that ref object based on the id value.
The Mongoose handler does not support it.
Also, Mongoose allows to define pre and virtual on the schema object - Mongoose handler support for those is TBD based on a chat with @ardatan .
The text was updated successfully, but these errors were encountered:
chompy18
changed the title
Mongoose handler does not respect refs, virtual and pre
Feature - Mongoose handler does not respect refs, virtual and pre
Dec 28, 2020
The Mongoose API has support for
ref
for a given field, so it can auto populate that ref object based on the id value.The Mongoose handler does not support it.
Also, Mongoose allows to define
pre
andvirtual
on the schema object - Mongoose handler support for those is TBD based on a chat with @ardatan .The text was updated successfully, but these errors were encountered: