INPUT_OBJECT

UpdateBroadcastSettingsInput

The required input for a updateBroadcastSettings mutation.

link GraphQL Schema definition

1input UpdateBroadcastSettingsInput {
4
2# Indicate broadcaster's streaming language.
3broadcasterLanguage: String
7
5# The title of the game that the broadcaster is playing.
6game: String
10
8# The isMature boolean to set onto the user broadcast.
9isMature: Boolean
13
11# Channel's streaming Status.
12status: String
16
14# The Id of the user whose broadcast setting is being updated.
15userID: ID!
17}