Name of the collection to trigger on.
Optional
idThe ID of the trigger. Should be unique.
If not used ClassName.FunctionName
is used as an ID.
Optional
integrationThe ID of the integration to trigger on. If not provided, the built_in_db
integration is used.
Optional
mutationTypes of mutations processed by the function annotated as @trigger
.
If not defined the function is called for all kinds of mutations.
Options for the
@trigger
annotation.