ContinueWatchingVideo
Watch history information for a specific video for "continue watching" features.
type ContinueWatchingVideo {
normalizedVideo(
country: CountryCode
stationId: UUID
): NormalizedVideo
videoId: String!
watchTime: Int
}
Fields
ContinueWatchingVideo.normalizedVideo ● NormalizedVideo object references
ContinueWatchingVideo.normalizedVideo.country ● CountryCode scalar references
ContinueWatchingVideo.normalizedVideo.stationId ● UUID scalar references
ContinueWatchingVideo.videoId ● String! non-null scalar references
ContinueWatchingVideo.watchTime ● Int scalar references
Number of seconds from the start of the video the viewer has watched to.
Returned By
viewerContinueWatchingVideos query
Member Of
Viewer object