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
| Name | Type | Description |
|---|---|---|
ref | ID! | Reference ID of the item to include in the playlist. |
comments | String | Optional comments or notes about this item in the playlist. |