OBJECT
AlbumMetadata
The metadata on an album
link GraphQL Schema definition
- type AlbumMetadata {
- # List of Collaborating Artists for the album this metadata is associated with
- #
- # Arguments
- # roles: [Not documented]
- (: [CollaboratingArtistRole!]): [CollaboratingArtist!]!
- : String
- : Int
- : String
- # Genre for the album associated with this metadata
- : Genre
- : ID!
- : String
- : String
- # Date at which this album is released or going to be released
- : DateTime
- : String
- # Secondary Genre enum for the media associated to this metadata
- : Genre
- # locations that this album is valid in, if it is worldwide, the array is ["WW"]
- : [String!]!
- : AlbumType
- : String
- # User ID that created this album
- : ID!
- }