PodcastSort
No description
type PodcastSort {
sortBy: PodcastSortType!
direction: SortDirection
}
No description
type PodcastSort {
sortBy: PodcastSortType!
direction: SortDirection
}
sortBy
(PodcastSortType!
)direction
(SortDirection
)