Skip to main content

newShows

No description

newShows(
byDate: DateTime!
filters: FilterNewShowInput
): [NormalizedShow!]!

Arguments

newShows.byDate ● DateTime! non-null scalar references

newShows.filters ● FilterNewShowInput input 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 overriding PbsShow metadata for all stations, and
  • StationShow: Station show metadata overriding Show and PbsShow metadata for individual stations.

The NormalizedShow is a combination of all three types for a specific station and country.