OBJECT
AlbumInfo
link GraphQL Schema definition
- type AlbumInfo {
- # The Metacritic URL for the album
- String! :
- # The title of the album
- String! :
- # The name of the artist
- String! :
- # The release date of the album
- String! :
- # The album's Metacritic score from critics.
- Int! :
- # The album's publisher
- String! :
- # The genre's of the album
- String!] : [
- # The number of critic reviews on the album
- Int! :
- # The number of critic reviews on the album that are deemed positive
- Int! :
- # The number of critic reviews on the album that are deemed mixed
- Int! :
- # The number of critic reviews on the album that are deemed negative
- Int! :
- # URL that links to the image used for the album on Metacritic
- String! :
- }