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
| Name | Type | Description |
|---|---|---|
id | Long | Discogs artist ID. This is a Discogs identifier, not an internal database ID. |
role | String | Role of the artist on the release (e.g., "Main", "Producer", "Remix", etc.). |
anv | String | Artist name variation (ANV) as it appears on the release, if different from the main artist name. |
name | String | Artist name as it appears on the release. |
join | String | Join string used to combine multiple artist names (e.g., " & ", ", ", " / ", etc.). |