Skip to main content

getShowFeaturedVideo

query GetShowFeaturedVideo(
$country: CountryCode!
$id: String
$slug: String
$stationId: UUID!
$viewerId: String!
) {
show: normalizedShow(
country: $country
id: $id
slug: $slug
stationId: $stationId
) {
featuredVideo(viewerId: $viewerId) {
duration
embedCodeVideoId
episodeNumber
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
season
slug
title
titleShort
}
}
}