ChannelUpdate
Update a channel.
type ChannelUpdate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}
Fields
ChannelUpdate.channelErrors ● [ChannelError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ChannelUpdate.errors ● [ChannelError!]! non-null object
ChannelUpdate.channel ● Channel object
Returned by
channelUpdate mutation
Was this page helpful?