INPUT_OBJECT

UpdateChannelHomePreferencesInput

The input to update a channel's category shelf content.

link GraphQL Schema definition

1input UpdateChannelHomePreferencesInput {
4
2# A list of category IDs to hide from the category shelf.
3categoryIDsToHide: [ID!]
7
5# A list of category IDs to unhide from the category shelf.
6categoryIDsToUnhide: [ID!]
10
8# The ID of the channel whose category shelf is being updated.
9channelID: ID!
13
11# The hero preset.
12heroPreset: HeroPreset
16
14# The type of streamer shelf to display.
15streamerShelfType: StreamerShelfType
17}