Skip to main content

FilterVideoInput

Filters for video search results.

input FilterVideoInput {
contentRating: ContentRating
includeUnavailable: Boolean
limit: Int
season: Int
showId: String
skip: Int
sortBy: FilterVideoSortBy
type: VideoType
}

Fields

FilterVideoInput.contentRating ● ContentRating enum references

Video content rating.

FilterVideoInput.includeUnavailable ● Boolean scalar references

Whether to include unavailable videos.

A video is considered available when it:

  • has a relationship to an available show,
  • is marked published (PBS cideoes only),
  • is within at least one availability window (PBS videos only), and
  • has not been excluded (per station).

Availability information may be up to 15 minutes delayed.

FilterVideoInput.limit ● Int scalar references

Number of results to retrieve (default: 50, max: 200).

FilterVideoInput.season ● Int scalar references

Videos season number.

FilterVideoInput.showId ● String scalar references

Parent show ID.

FilterVideoInput.skip ● Int scalar references

Number of results to skip.

FilterVideoInput.sortBy ● FilterVideoSortBy input references

How to sort results.

FilterVideoInput.type ● VideoType enum references

Video type.

Member Of

searchNormalizedVideos query ● searchVideos query