INPUT_OBJECT
UpdateUserViewedVideoInput
Input information for updating a resume watching entry for a specified user and video.
link GraphQL Schema definition
1 input UpdateUserViewedVideoInput { 4 2 # Position for where in the video to update for the resume watching entry. 3 : Int! 7 5 # User for which to update the resume watching entry. 6 : ID! 10 8 # Video for which to update the resume watching entry. 9 : ID! 13 11 # Type of the video for which to update the resume watching entry. 12 : VideoType! 14 }