ChannelUpdate
Update a channel.
Triggers the following webhook events:
- CHANNEL_UPDATED (async): A channel was updated.
- CHANNEL_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.
type ChannelUpdate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}
Fields
ChannelUpdate.channelErrors
● [ChannelError!]!
deprecated non-null object channels
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ChannelUpdate.errors
● [ChannelError!]!
non-null object channels
ChannelUpdate.channel
● Channel
object channels
Returned By
channelUpdate
mutation