Invalidate all caches and local dataloaders for an entity. One potential use case would be to keep the entity framework in sync with changes made to data outside of the framework.
entity to be invalidated
Invalidate all local dataloaders specific to a transaction for an entity. One potential use case would be to keep the entity framework in sync with changes made to data outside of the framework.
entity to be invalidated
Invalidate all caches and local dataloaders for an entity's fields. Exposed primarily for internal use by EntityMutator.
entity data object to be invalidated
Invalidate all local dataloaders specific to a transaction for an entity's fields. Exposed primarily for internal use by EntityMutator.
entity data object to be invalidated
Entity loader utilities for things like invalidation, entity construction, and authorization. Methods are exposed publicly since in rare cases they may need to be called manually.