query GetCollection(
$cohort: EndUserCohort!
$country: CountryCode!
$id: String!
$itemsLimit: Int
$itemsSkip: Int
$stationId: UUID!
) {
collection: normalizedCollection(
cohort: $cohort
country: $country
itemsFilters: { limit: $itemsLimit, skip: $itemsSkip }
id: $id
stationId: $stationId
) {
contentType
id
items {
show {
id
images {
profile
transformTemplate
}
isAvailable
passportLevel
showType
slug
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
}
}
subtitle
title
type
}
}