getVideos
query GetVideos(
$country: CountryCode!
$filters: NormalizedVideosFilters!
$stationId: UUID!
) {
videos: normalizedVideos(
country: $country
filters: $filters
stationId: $stationId
) {
contentRating
descriptionLong
duration
embedCodeVideoId
episodeNumber
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
premiereDate
season
show: normalizedShow(stationId: $stationId, country: $country) {
id
showType
slug
}
slug
title
titleShort
videoType
}
}