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