RecommendedShowsInput
No description
input RecommendedShowsInput {
country: CountryCode
limit: Int!
recommendationsId: String
stationId: UUID
viewerId: UUID!
}
Fields
RecommendedShowsInput.country
● CountryCode
scalar references
RecommendedShowsInput.limit
● Int!
non-null scalar references
Number of results to retrieve (max: 50).
RecommendedShowsInput.recommendationsId
● String
scalar references
When provided, the returned recommendations will be unique for all other requests aswsociated with this ID (including the original request).
RecommendedShowsInput.stationId
● UUID
scalar references
RecommendedShowsInput.viewerId
● UUID!
non-null scalar references
Member Of
recommendedShows
query