ChannelActivate Object
Activate a channel.
Triggers the following webhook events:
- CHANNEL_STATUS_CHANGED (async): A channel was activated.
type ChannelActivate {
channel: Channel
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
}
Fields
channel ● Channel
Activated channel.
errors ● [ChannelError!]!
Show deprecated
Returned By
channelActivate mutation