Skip to main content

PlaylistEntry Object

Description

A single item entry within a playlist with optional comments.

Declaration

type PlaylistEntry {
item: Item!
comments: String
}

Fields

NameTypeDescription
itemItem!The item in the playlist.
commentsStringOptional comments about this item in the playlist.