Class EntityMutationTrigger<TFields, TIDField, TViewerContext, TEntity, TSelectedFields>Abstract
Constructors
constructor
new EntityMutationTrigger< TFields extends Record<string, any>, TIDField extends string | number | symbol, TViewerContext extends ViewerContext, TEntity extends ReadonlyEntity<TFields, TIDField, TViewerContext, TSelectedFields>, TSelectedFields extends string | number | symbol = keyof TFields,>(): EntityMutationTrigger< TFields, TIDField, TViewerContext, TEntity, TSelectedFields,>
Methods
A transactional trigger is a way to specify entity mutation operation side-effects that run within the same transaction as the mutation itself.