Skip to main content

ChannelActivate

Activate a channel.

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

Fields

ChannelActivate.channel ● Channel object

Activated channel.

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

DEPRECATED

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

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

Returned by

channelActivate mutation


Was this page helpful?