Category
A Podchaser category.
type Category {
title: String
slug: String
podcastCount: Int
chartPlatforms: [ChartPlatform!]!
}
Fields
title (String)
The title of the category.
slug (String)
The slug of the category, used for filtering podcasts.
podcastCount (Int)
The number of podcasts in this category.
chartPlatforms ([ChartPlatform!]!)
The chart platforms that have this category (Apple Podcasts, Spotify).