Skip to main content

PodcastList

A paginated list of Podcast items.

type PodcastList {
paginatorInfo: PaginatorInfo
cursorInfo: CursorInfo
data: [Podcast!]!
}

Fields

paginatorInfo (PaginatorInfo)

Pagination information about the list of items.

cursorInfo (CursorInfo)

data ([Podcast!]!)

A list of Podcast items.