Skip to main content

getShowFeaturedPublicVideo

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