similarShows
No description
similarShows(
country: CountryCode
filters: SimilarShowFilters
showId: UUID
showSlug: String
stationId: UUID
viewerId: UUID
): [NormalizedShow]
Arguments
similarShows.country ● CountryCode scalar references
similarShows.filters ● SimilarShowFilters input references
similarShows.showId ● UUID scalar references
similarShows.showSlug ● String scalar references
similarShows.stationId ● UUID scalar references
similarShows.viewerId ● UUID scalar references
If viewer ID is provided, results will be further personalized for the viewer.
**Caution**: Results will be empty if the viewer is not known by the personalization engine!
Type
NormalizedShow object references
Station-normalized data for a show.
The Local Public data model has three types representing a show:
PbsShow: Base type, read-only and synced from PBS Media Manager,Show: Global show metadata overridingPbsShowmetadata for all stations, andStationShow: Station show metadata overridingShowandPbsShowmetadata for individual stations.
The NormalizedShow is a combination of all three types for a specific station and country.