INPUT_OBJECT

UpdateAutohostSettingsInput

UpdateAutohostSettingsInput update a user's autohost settings.

link GraphQL Schema definition

1input UpdateAutohostSettingsInput {
4
2# True if this channel has the autohost feature turned on.
3isEnabled: Boolean
7
5# The strategy to use when choosing channels to autohost.
6strategy: AutohostSettingsStrategy
10
8# UserID to update settings for.
9userID: ID!
13
11# True if this user autohosts their team members.
12willAutohostTeam: Boolean
16
14# True if this channels prefers autohost over vodcast.
15willPrioritizeAutohost: Boolean
17}