Skip to main content

PlaylistUpdateInputEntry Input

Description

Input fields for a single playlist entry, representing an item in a playlist with optional comments.

Declaration

input PlaylistUpdateInputEntry {
ref: ID!
comments: String
}

Fields

NameTypeDescription
refID!Reference ID of the item to include in the playlist.
commentsStringOptional comments or notes about this item in the playlist.