channelActivate Mutation
Activate a channel.
Triggers the following webhook events:
- CHANNEL_STATUS_CHANGED (async): A channel was activated.
channelActivate(
id: ID!
): ChannelActivate
Details
type ChannelActivate {
channel: Channel
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
}
Arguments
id ● ID!
ID of the channel to activate.
Type
ChannelActivate
Activate a channel.
Triggers the following webhook events:
- CHANNEL_STATUS_CHANGED (async): A channel was activated.