INPUT_OBJECT
AddChannelGroupsInput
link GraphQL Schema definition
- input AddChannelGroupsInput {
- # Id of the user creating the channel group. This same id must be provided when
- # performing subsequent actions on this channel group such as editing.
- String! :
- # List of Channel Groups to be added.
- ChannelGroupInput]! : [
- }