externalNotificationTrigger
DEPRECATED
\n\nDEPRECATED: this mutation will be removed in Saleor 4.0.
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.1externalNotificationTrigger(
channel: String!
input: ExternalNotificationTriggerInput!
pluginId: String
): ExternalNotificationTrigger @deprecated
Arguments
externalNotificationTrigger.channel
● String!
non-null scalar miscellaneous
Channel slug. Saleor will send a notification within a provided channel. Please, make sure that necessary plugins are active.
externalNotificationTrigger.input
● ExternalNotificationTriggerInput!
non-null input miscellaneous
Input for External Notification Trigger.
externalNotificationTrigger.pluginId
● String
scalar miscellaneous
The ID of notification plugin.
Type
ExternalNotificationTrigger
object miscellaneous
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.1