OBJECT
Album
An album
link GraphQL Schema definition
- type Album implements Displayable, Node {
- # The release type
- AlbumType :
- Artist] : [
- # The markets where the album is licensed for playback
- IsoCountry] : [
- # A pair of colors generated from the album's cover art
- ColorPair @deprecated( reason: "Use display instead" ) :
- # Copyright information for the album
- Copyright] : [
- Display :
- # True if album contains any explicit tracks
- Boolean :
- ID! :
- # The album's cover art
- OldImage @deprecated( reason: "Please use images instead" ) :
- # The album's cover art
- OldImage] @deprecated( reason: "Use display instead" ) : [
- # If the album is licensed for playback in a particular market.
- #
- # Arguments
- # market: [Not documented]
- IsoCountry!): Boolean ( :
- String @deprecated( reason: "Use title instead." ) :
- # Number of tracks for album
- Int :
- ReleaseDate :
- String :
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # market: [Not documented]
- String, : Int, : IsoCountry!): TrackConnection ( :
- }