searchShows
Searches shows for a given search term.
searchShows(
country: CountryCode
filters: FilterShowInput
search: String!
stationId: UUID
): [NormalizedShow!]!
Arguments
searchShows.country ● CountryCode scalar references
Country to use for results normalization.
searchShows.filters ● FilterShowInput input references
searchShows.search ● String! non-null scalar references
Search term.
searchShows.stationId ● UUID scalar references
ID of station to use for results normalization.
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.