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