INPUT_OBJECT
UpdateChannelHomePreferencesInput
The input to update a channel's category shelf content.
link GraphQL Schema definition
1 input UpdateChannelHomePreferencesInput { 4 2 # A list of category IDs to hide from the category shelf. 3 : [ID!] 7 5 # A list of category IDs to unhide from the category shelf. 6 : [ID!] 10 8 # The ID of the channel whose category shelf is being updated. 9 : ID! 13 11 # The hero preset. 12 : HeroPreset 16 14 # The type of streamer shelf to display. 15 : StreamerShelfType 17 }