OBJECT

UpdateUserViewedVideoPayload

Response to a request to update a resume watching entry for a specified user and video.

link GraphQL Schema definition

1type UpdateUserViewedVideoPayload {
2
3# The video returned from the request.
4video: Video
5
6}