getHomeScreenCollectionGroup
query GetHomeScreenCollectionGroup(
$cohort: EndUserCohort!
$country: CountryCode!
$stationId: UUID!
) {
collectionGroup: homeScreenCollectionGroup(
country: $country
stationId: $stationId
) {
collections: items(cohort: $cohort) {
contentType
contentUrl {
method
urlTemplate
}
endAt
id
posterSize
startAt
subtitle
title
type
}
id
}
}