Skip to main content

search

query Search(
$contentType: [ContentType!]
$country: CountryCode!
$limit: Int
$showType: [ShowType!]
$skip: Int
$skipNav: Boolean
$stationId: UUID!
$term: String
$videoType: [VideoType!]
) {
search(
input: {
contentType: $contentType
country: $country
limit: $limit
showType: $showType
skip: $skip
skipNav: $skipNav
stationId: $stationId
term: $term
videoType: $videoType
}
) {
country
displayType
limit
navigation {
name
queryString
}
results {
contentType
displayPassportIcon
id
imageTransformTemplate
longDescription
overlayText
overlayTextBackground
overlayTextColor
parent {
contentType
id
slug
title
}
queryString
releasedAt
searchSubtitles
shortDescription
slug
stationId
title
}
skip
stationId
suggestions {
term
queryString
}
term
}
}