Skip to main content

ItemReleaseTrackInput Input

Description

Input fields for track information on a music release, including title, position, duration, and associated artists.

Declaration

input ItemReleaseTrackInput {
artists: [ItemReleaseTrackArtistInput]
type_: String
title: String
position: String
duration: String
}

Fields

NameTypeDescription
artists[ItemReleaseTrackArtistInput]List of artists associated with this track.
type_StringType of track (e.g., "Track", "Index", "Heading", etc.).
titleStringTitle of the track.
positionStringPosition of the track on the release (e.g., "A1", "B2", "1", "2-1", etc.).
durationStringDuration of the track in the format "MM:SS" or "HH:MM:SS".