Skip to main content

ChannelDeactivate

Deactivate a channel.

Requires MANAGE_CHANNELSpermission.
type ChannelDeactivate {
channel: Channel
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
}

Fields

ChannelDeactivate.channel ● Channel object

Deactivated channel.

ChannelDeactivate.channelErrors ● [ChannelError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ChannelDeactivate.errors ● [ChannelError!]! non-null object

Returned by

channelDeactivate mutation


Was this page helpful?