Skip to main content

ItemReleaseArtistInput Input

Description

Input fields for release artist information, used when specifying main artists for a music release.

Declaration

input ItemReleaseArtistInput {
id: Long
role: String
anv: String
name: String
join: String
}

Fields

NameTypeDescription
idLongDiscogs artist ID. This is a Discogs identifier, not an internal database ID.
roleStringRole of the artist on the release (e.g., "Main", "Producer", "Remix", etc.).
anvStringArtist name variation (ANV) as it appears on the release, if different from the main artist name.
nameStringArtist name as it appears on the release.
joinStringJoin string used to combine multiple artist names (e.g., " & ", ", ", " / ", etc.).