recommendedShows
No description
recommendedShows(
country: CountryCode
stationId: UUID
viewerId: UUID!
): [NormalizedShow]
Arguments
recommendedShows.country
● CountryCode
scalar references
recommendedShows.stationId
● UUID
scalar references
recommendedShows.viewerId
● UUID!
non-null scalar references
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.