Skip to main content

getMyList

query getMyList(
$country: CountryCode!
$limit: Int
$skip: Int
$stationId: UUID!
$viewerId: String!
) {
myList: viewerMyList(
filters: { limit: $limit, skip: $skip }
viewerId: $viewerId
) {
createdAt
id
show: normalizedShow(country: $country, stationId: $stationId) {
contentRating
descriptionLong
descriptionShort
genreVibes {
name
type
}
genre {
name
}
id
images {
profile
transformTemplate
}
isAvailable
language
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
episodeCount
seasonNumber
}
showType
slug
title
}
showId
}
}