INPUT_OBJECT
UpdateUserVideoShelvesInput
Input information for updating a user's video shelves. Video shelves are added/removed and reordered based on the provided shelfOptions.
link GraphQL Schema definition
1 input UpdateUserVideoShelvesInput { 4 2 # Channel for which to update shelves. 3 : ID! 7 5 # A list of different shelf options to populate the user's video shelves. 6 : [ShelvesAvailableOptions!]! 8 }