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