ChannelDeleted
Event sent when channel is deleted.
Added in Saleor 3.2type ChannelDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
channel: Channel
}
Fields
ChannelDeleted.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
ChannelDeleted.version
● String
scalar miscellaneous
Saleor version that triggered the event.
ChannelDeleted.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
ChannelDeleted.recipient
● App
object apps
The application receiving the webhook.
ChannelDeleted.channel
● Channel
object channels
The channel the event relates to.