trendingShows
No description
trendingShows(
country: CountryCode
filters: TrendingShowsFilters
stationId: UUID!
viewerId: UUID
): [NormalizedShow]
Arguments
trendingShows.country
● CountryCode
scalar references
trendingShows.filters
● TrendingShowsFilters
input references
trendingShows.stationId
● UUID!
non-null scalar references
trendingShows.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 Streaming data model has three types repsenting a show:
PbsShow
: Base type, read-only and synced from PBS Media Manager,Show
: Global show metadata overridingPbsShow
metadata for all stations, andStationShow
: Station show metadata overridingShow
andPbsShow
metadata for individual stations.
The NormalizedShow
is a combination of all three types for a specific station and country.