query GetHomeScreenHeroes(
$cohort: EndUserCohort!
$country: CountryCode!
$platformType: PlatformType!
$stationId: UUID!
) {
homeScreenData(stationId: $stationId) {
heroes(cohort: $cohort, country: $country, platformType: $platformType) {
body
endAt
id
images {
profile
transformTemplate
}
show {
contentRating
descriptionLong
descriptionShort
genre {
name
}
genreVibes {
name
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
showType
slug
title
}
startAt
title
}
}
}