OBJECT
UpdateUserVideoShelvesPayload
Response to a request to update a user's video shelves.
link GraphQL Schema definition
1 type UpdateUserVideoShelvesPayload { 2 3 # The error response for this update request. 4 : UpdateUserVideoShelvesError 5 6 # The list of shelves for this user. 7 : [VideoShelf] 8 9 }