CreditFilters
Filters that can be applied to a credits query.
type CreditFilters {
role: [String]
modifiedDate: DateRangeInput
episodeCountMin: Int
}
Fields
role ([String])
Filter by a creator's role. See Podcast Taxonomy for options
modifiedDate (DateRangeInput)
Filter by the time period that any of the data within Podchaser was added or updated for a credit.
episodeCountMin (Int)
Inclusive minimum value of PodcastCredit.episodeCount. Only podcast-level credit documents (Podcast.credits, Creator.credits, and the root credits query) carry this field; episode-level credit documents do not, and will not match when this filter is set.