Skip to main content

FilterVideoInput

Filters for video search results.

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

Fields

FilterVideoInput.contentRating ● ContentRating enum references

Video content rating.

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

searchVideos query