OBJECT

UpdateUserVideoShelvesPayload

Response to a request to update a user's video shelves.

link GraphQL Schema definition

1type UpdateUserVideoShelvesPayload {
2
3# The error response for this update request.
4error: UpdateUserVideoShelvesError
5
6# The list of shelves for this user.
7shelves: [VideoShelf]
8
9}