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