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 an entity or set of entities is returned (flagged by presence of options.dataKey), an opt in should be provided that will wrap the returned entity based on it's unique key.
Considerations should be taken so that:
A nested model can switch to ammend a new set of unique keys to allow a Restie model t be created with a new key
A upper-level key (i.e uuid) should always be tried first.
A returned entity can (and should) represent the same nesting as a model.one(uniqueKey)
The text was updated successfully, but these errors were encountered:
When an entity or set of entities is returned (flagged by presence of
options.dataKey
), an opt in should be provided that will wrap the returned entity based on it's unique key.Considerations should be taken so that:
A returned entity can (and should) represent the same nesting as a
model.one(uniqueKey)
The text was updated successfully, but these errors were encountered: