Skip to main content

ItemArtistsResultArtist Object

Description

Artist entry in item artists search results, containing the artist ID and name.

Declaration

type ItemArtistsResultArtist {
id: Long!
name: String!
}

Fields

NameTypeDescription
idLong!Numeric artist ID (Discogs ID).
nameString!Name of the artist.