Skip to main content

getSimilarShows

query GetSimilarShows(
$country: CountryCode!
$limit: Int
$showId: UUID
$showSlug: String
$stationId: UUID!
) {
shows: similarShows(
country: $country
showId: $showId
showSlug: $showSlug
stationId: $stationId
filters: { limit: $limit }
) {
contentRating
descriptionShort
descriptionLong
funderMessage
genre {
name
slug
}
genreVibes {
name
type
}
id
images {
profile
transformTemplate
}
language
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
showType
slug
title
}
}