EpisodeIdentifier
No description
type EpisodeIdentifier {
  id: String!
  type: EpisodeIdentifierType!
  podcast: PodcastIdentifier
}
No description
type EpisodeIdentifier {
  id: String!
  type: EpisodeIdentifierType!
  podcast: PodcastIdentifier
}
id (String!)type (EpisodeIdentifierType!)podcast (PodcastIdentifier)