OBJECT
Artist
An Artist
link GraphQL Schema definition
- type Artist implements Displayable, Node {
- # The albums, singles and compilations that the artist has released. Sorted by
- # release date, newest first.
- #
- # Arguments
- # after: [Not documented]
- # albumType: The albums types to return, defaults to everything
- # first: [Not documented]
- # market: [Not documented]
- String, : [AlbumType], : Int, : IsoCountry): AlbumConnection ( :
- ColorPair @deprecated( reason: "Use display instead" ) :
- Display :
- ID! :
- String @deprecated( reason: "Please use images instead" ) :
- OldImage] : [
- String :
- ID @deprecated( reason: "Use station instead" ) :
- Playlist :
- # Tracks by the artist.
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # market: [Not documented]
- # sortBy: [Not documented]
- (
- String, :
- Int, :
- IsoCountry, :
- TracksForArtistSort :
- ): TrackConnection
- }