INPUT_OBJECT

UpdateUserViewedVideoInput

Input information for updating a resume watching entry for a specified user and video.

link GraphQL Schema definition

1input UpdateUserViewedVideoInput {
4
2# Position for where in the video to update for the resume watching entry.
3position: Int!
7
5# User for which to update the resume watching entry.
6userID: ID!
10
8# Video for which to update the resume watching entry.
9videoID: ID!
13
11# Type of the video for which to update the resume watching entry.
12videoType: VideoType!
14}