OBJECT

VideoViewingHistory

User's viewing history against a video. All fields are null if no viewing history is available.

link GraphQL Schema definition

1type VideoViewingHistory {
2
3# Position in seconds since the start of the video.
4position: Int
5
6# When the viewing history was last updated.
7updatedAt: Time
8
9}