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
graph: Check for update attempts of immutable entities in one batch
The ultimate check that immutable entities are not updated is the unique
constraint in the database. But we check when adding immutable entities to
a batch, too, to provide a clearer and more timely error message.
0 commit comments