Skip to main content

missingMetadataShows

No description

missingMetadataShows(
country: CountryCode
end: Date
filters: FilterShowInput
search: String
start: Date
): [NormalizedShow!]!

Arguments

missingMetadataShows.country ● CountryCode scalar references

Country to use for results normalization.

missingMetadataShows.end ● Date scalar references

Upper created date bound (based on Show.createdAt).

missingMetadataShows.filters ● FilterShowInput input references

missingMetadataShows.search ● String scalar references

Search term.

missingMetadataShows.start ● Date scalar references

Lower created date bound (based on Show.createdAt).

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.