OptionalafterTrigger 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.
OptionalafterTrigger 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.
OptionalafterTrigger set that runs within the transaction but after the entity is created in the database and cache is invalidated.
OptionalafterTrigger set that runs within the transaction but after the entity is deleted from the database and cache is invalidated.
OptionalafterTrigger set that runs within the transaction but after the entity is updated in the database and cache is invalidated.
OptionalbeforeTrigger set that runs within the transaction but before the entity is created, updated, or deleted.
OptionalbeforeTrigger set that runs within the transaction but before the entity is created in the database.
OptionalbeforeTrigger set that runs within the transaction but before the entity is deleted from the database.
OptionalbeforeTrigger set that runs within the transaction but before the entity is updated in the database.
Interface to define trigger behavior for entities.