Optional
afterTrigger set that runs within the transaction but after the entity is created in, updated in, or deleted from the database and the cache is invalidated.
Optional
afterTrigger set that runs after committing the mutation transaction. If the call to the mutation is wrapped in a transaction, these will be run after the wrapping transaction is completed.
Optional
afterTrigger set that runs within the transaction but after the entity is created in the database and cache is invalidated.
Optional
afterTrigger set that runs within the transaction but after the entity is deleted from the database and cache is invalidated.
Optional
afterTrigger set that runs within the transaction but after the entity is updated in the database and cache is invalidated.
Optional
beforeTrigger set that runs within the transaction but before the entity is created, updated, or deleted.
Optional
beforeTrigger set that runs within the transaction but before the entity is created in the database.
Optional
beforeTrigger set that runs within the transaction but before the entity is deleted from the database.
Optional
beforeTrigger set that runs within the transaction but before the entity is updated in the database.
Interface to define trigger behavior for entities.