query GetHomeScreenHeroes(
$cohort: EndUserCohort!
$contentType: [ContentType!]!
$country: CountryCode!
$platformType: PlatformType!
$stationId: UUID!
) {
homeScreenData(stationId: $stationId) {
heroes(
cohort: $cohort
contentType: $contentType
country: $country
platformType: $platformType
) {
body
endAt
id
images {
profile
transformTemplate
}
show {
contentRating
descriptionLong
descriptionShort
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
showType
slug
title
}
startAt
title
video {
contentRating
duration
embedCodeVideoId
episodeNumber
id
images {
profile
transformTemplate
}
isAvailable
isPublicAvailable
premiereDate
season
show: normalizedShow(country: $country, stationId: $stationId) {
isAvailable
showType
slug
title
}
slug
title
titleShort
videoType
}
}
}
}