INPUT_OBJECT
input AddChannelsToChannelGroupInput {# ID of the channel group the channels will be added to.channelGroupId: String!# List of IDs of the channels to be added.channelIds: [String]!}