INPUT_OBJECT

RemoveAutohostChannelsInput

RemoveAutohostChannelsInput remove channelIDs from a user's list to autohost.

link GraphQL Schema definition

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