channelCreate Mutation
Creates a new channel.
Triggers the following webhook events:
- CHANNEL_CREATED (async): A channel was created.
channelCreate(
input: ChannelCreateInput!
): ChannelCreate
Details
type ChannelCreate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}
Arguments
input ● ChannelCreateInput!
Fields required to create channel.
Type
ChannelCreate
Creates a new channel.
Triggers the following webhook events:
- CHANNEL_CREATED (async): A channel was created.