Skip to main content

ListItem

An individual item within a list.

type ListItem {
id: ID!
item: Listable
note: ListNote
position: Int!
}

Fields

id (ID!)

item (Listable)

The specific podcast, episode, or header.

note (ListNote)

Any note the user attached to this item.

position (Int!)

Where in the list this item is located.