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