PodcastRemovedInfo
No description
type PodcastRemovedInfo {
  isRemoved: Boolean!
  reason: PodcastRemovalReason
  removedDate: DateTime
  redirectedPodcast: Podcast
}
Fields
isRemoved (Boolean!)
Whether or not the podcast is removed or redirected
reason (PodcastRemovalReason)
The reason the podcast was removed or redirected
removedDate (DateTime)
When the podcast was removed or redirected
redirectedPodcast (Podcast)
The podcast object where the redirected podcast data can be found