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