normalizedShows
Gets a filtered list of normalized shows for a given station and country.
normalizedShows(
country: CountryCode
filters: NormalizedShowsFilters
stationId: UUID
): [NormalizedShow!]!
Arguments
normalizedShows.country ● CountryCode scalar references
normalizedShows.filters ● NormalizedShowsFilters input references
normalizedShows.stationId ● UUID scalar references
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.