Perform mutations on an entity (object or relation) within a change context.
Entities are read-only by default. Mutations are batched and notifications fire
when the callback completes. Direct mutations outside of Entity.change will throw
at runtime.
Perform mutations on an entity (object or relation) within a change context.
Entities are read-only by default. Mutations are batched and notifications fire when the callback completes. Direct mutations outside of
Entity.changewill throw at runtime.