ExternalNotificationTrigger
Trigger sending a notification with the notify plugin method. Serializes nodes provided as ids parameter and includes this data in the notification payload.
Added in Saleor 3.1type ExternalNotificationTrigger {
errors: [ExternalNotificationError!]!
}
Fields
ExternalNotificationTrigger.errors
● [ExternalNotificationError!]!
non-null object miscellaneous
Returned By
externalNotificationTrigger
mutation