INPUT_OBJECT

SetAutohostChannelsInput

SetAutohostChannelsInput sets the user's list to autohost.

link GraphQL Schema definition

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