OBJECT

ViewedVideosConnection

A paginated list of viewed videos, their histories, and metadata.

link GraphQL Schema definition

1type ViewedVideosConnection {
2
3# The list of videos and their viewing histories in this page.
4edges: [ViewedVideosEdge]
5
6}