Skip to main content

Feed

No description

type Feed {
id: ID!
podcast: Podcast
episodes: [Episode!]
source: String!
resourceIdentifier: String!
isPrimary: Boolean
}

Fields

id (ID!)

podcast (Podcast)

episodes ([Episode!])

source (String!)

resourceIdentifier (String!)

isPrimary (Boolean)