Skip to main content

getContinueWatchingVideos

query getContinueWatchingVideos(
$country: CountryCode!
$limit: Int
$skip: Int
$stationId: UUID!
$viewerId: String!
) {
continueWatchingVideos: viewerContinueWatchingVideos(
filters: { limit: $limit, skip: $skip }
viewerId: $viewerId
) {
video: normalizedVideo(country: $country, stationId: $stationId) {
contentRating
descriptionShort
duration
embedCodeVideoId
episodeNumber
googleAdManagerVastAdTagUrl
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
premiereDate
season
show: normalizedShow(country: $country, stationId: $stationId) {
contentRating
genre {
name
}
genreVibes {
name
type
}
id
seasons {
episodeCount
seasonNumber
}
showType
slug
title
}
slug
title
titleShort
videoType
}
videoId
watchTime
}
}