OBJECT
VideoSelfEdge
The relationship between the authenticated user and a video.
link GraphQL Schema definition
1 type VideoSelfEdge { 2 3 # Can a user watch a restricted video. 4 : Boolean! 5 6 # User's viewing history against a video. 7 : VideoViewingHistory 8 9 }