NotificationCondition
(ENUM)
link GraphQL Schema definition
- enum NotificationCondition {
- # sends notification only if it is the first time ever the entity was created
- # sends notification only if the entity was re-created
- # sends notification only if entity was just created or re-created
- # sends notification only if it has never been sent before
- # sends notification only if there has been some change to underlying data
- # notification is or is not sent corresponding to current system settings
- # force sending of notification
- # force silent operation - no notification is sent
- }