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
_create(), which uses internal class method _getCreatedRecords() is not fetching relations. However, _update() and _patch() do fetch relations but is using upsertGraphAndFetch().
Does it make sense that _create() should use insertGraphAndFetch(), similarly to patch/update? Is there a reason I’m not seeing why _getCreatedRecords() is used instead of insertGraphAndFetch()?
The text was updated successfully, but these errors were encountered:
_create()
, which uses internal class method_getCreatedRecords()
is not fetching relations. However,_update()
and_patch()
do fetch relations but is usingupsertGraphAndFetch()
.Does it make sense that
_create()
should useinsertGraphAndFetch()
, similarly to patch/update? Is there a reason I’m not seeing why_getCreatedRecords()
is used instead ofinsertGraphAndFetch()
?The text was updated successfully, but these errors were encountered: