INPUT_OBJECT

AddAutohostChannelsInput

AddAutohostChannelsInput append channelIDs to a user's list to autohost.

link GraphQL Schema definition

1input AddAutohostChannelsInput {
4
2# ChannelIDs that will be added to the list to autohost.
3channelIDs: [ID!]!
7
5# UserID to update autohost list for.
6userID: ID!
8}