SearchInput
No description
input SearchInput {
country: CountryCode
limit: Int!
resultsType: SearchResultsType
showType: [ShowType!]
skip: Int!
stationId: UUID
term: String
videoType: [VideoType!]
}
Fields
SearchInput.country ● CountryCode scalar references
SearchInput.limit ● Int! non-null scalar references
Number of results to retrieve (max: 50).
SearchInput.resultsType ● SearchResultsType enum references
Results type to return (default: all).
SearchInput.showType ● [ShowType!] list enum references
List of show types to filter for (ANY).
SearchInput.skip ● Int! non-null scalar references
Number of results to skip.
SearchInput.stationId ● UUID scalar references
SearchInput.term ● String scalar references
Search term.
Use or + for space. E.g., "time dilation" or "time+dilation" will yield results while "time%20dilation" will not.
All other non-alphanumeric characters are ignored.
SearchInput.videoType ● [VideoType!] list enum references
List of video types to filter for (ANY).
Member Of
search query