ChannelCreate Object
Creates a new channel.
Triggers the following webhook events:
- CHANNEL_CREATED (async): A channel was created.
type ChannelCreate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}
Fields
errors ● [ChannelError!]!
channel ● Channel
Show deprecated
Returned By
channelCreate mutation