Skip to main content

getCollectionGroupCollections

query GetCollectionGroupCollections(
$cohort: EndUserCohort!
$country: CountryCode!
$id: UUID!
$itemsLimit: Int
$itemsSkip: Int
$limit: Int!
$skip: Int!
$stationId: UUID!
) {
collections: normalizedCollectionsByCollectionGroup(
cohort: $cohort
collectionGroupId: $id
country: $country
filters: { limit: $limit, skip: $skip }
itemsFilters: { limit: $itemsLimit, skip: $itemsSkip }
stationId: $stationId
) {
contentType
endAt
id
items {
id
promo {
backgroundImageUrlTransformTemplate
body
destinationType
show: normalizedShow {
contentRating
descriptionLong
descriptionShort
endAt
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
slug
showType
startAt
title
videoTotals {
CLIP
PREVIEW
SPECIAL
EPISODE
}
}
title
}
show {
contentRating
descriptionLong
descriptionShort
endAt
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
slug
showType
startAt
title
videoTotals {
CLIP
PREVIEW
SPECIAL
EPISODE
}
}
video {
contentRating
descriptionShort
descriptionLong
duration
embedCodeVideoId
endAt
episodeNumber
id
isAvailable
images {
profile
transformTemplate
}
isPublicAvailable
premiereDate
season
show: normalizedShow(country: $country, stationId: $stationId) {
contentRating
descriptionLong
descriptionShort
endAt
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
slug
showType
startAt
title
videoTotals {
CLIP
PREVIEW
SPECIAL
EPISODE
}
}
slug
startAt
title
titleShort
videoType
}
weight
}
posterSize
startAt
subtitle
title
type
}
}