getGenres
query GetGenres($country: CountryCode!, $stationId: UUID!) {
genres: genreVibes(type: PBS_GENRE) {
hasAvailableMovies(country: $country, stationId: $stationId)
hasAvailableShows(country: $country, stationId: $stationId)
id
name
slug
type
}
}