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