NormalizedShowsFilters
Filters for retrieving NormalizedShows
.
input NormalizedShowsFilters {
genreVibes: [String!]
hasFullLengthContentAvailable: Boolean
id: [String]
limit: Int
skip: Int
sortBy: NormalizedShowsSortBy
type: [ShowType!]
}
Fields
NormalizedShowsFilters.genreVibes
● [String!]
list scalar references
List of GenreVibe
slugs to filter for (ANY).
NormalizedShowsFilters.hasFullLengthContentAvailable
● Boolean
scalar references
Whether to only include shows with full length content currently avialable.
NormalizedShowsFilters.id
● [String]
list scalar references
List of show IDs to filter for (ANY).
NormalizedShowsFilters.limit
● Int
scalar references
Number of results to retrieve (default: 50, max: 200).
NormalizedShowsFilters.skip
● Int
scalar references
Number of results to skip.
NormalizedShowsFilters.sortBy
● NormalizedShowsSortBy
input references
How to sort results.
NormalizedShowsFilters.type
● [ShowType!]
list enum references
List of show types to filter for (ANY).
Member Of
normalizedShows
query