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

1input UpdateUserVideoShelvesInput {
4
2# Channel for which to update shelves.
3channelID: ID!
7
5# A list of different shelf options to populate the user's video shelves.
6shelfOptions: [ShelvesAvailableOptions!]!
8}