INPUT_OBJECT
ChannelGroupInput
link GraphQL Schema definition
- input ChannelGroupInput {
- # Must be <= 100 characters.
- String! :
- # Must be <= 500 characters.
- String! :
- # List of the channel IDs to be added to the group. Should be in UUID format and
- # no more than 100 can be provided.
- String!]! : [
- # Privacy Level for the Channel Group. Possible values are 'plan' and
- # 'plan-featured'.
- ChannelGroupPrivacyLevel :
- }