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
When defining a schema to map some source to Parent, I can define a second schema for mapping said source to a Child. However, in that second schema, I cannot provide an action for mapping the parent property of the Child, because until the Child mapping is made and the Parent created, we have no reference or value to assign to the property.
Ignoring serialization for a moment, how would you recommend defining schema for mapping to these types?
The text was updated successfully, but these errors were encountered:
cannonpalms
changed the title
[Question] Supporting circular references / after morph property assignment
[Question] Supporting circular references in destination types
Apr 26, 2021
Imagine I have the following destination types:
When defining a schema to map some source to
Parent
, I can define a second schema for mapping said source to aChild
. However, in that second schema, I cannot provide an action for mapping theparent
property of theChild
, because until theChild
mapping is made and theParent
created, we have no reference or value to assign to the property.Ignoring serialization for a moment, how would you recommend defining schema for mapping to these types?
The text was updated successfully, but these errors were encountered: