INTERFACE
AnalyticsPlaylist
An AnalyticsPlaylist
link GraphQL Schema definition
- interface AnalyticsPlaylist {
- # Total number of days listed in playlist
- : Int
- # Chartmetric playlist ID
- : ID!
- # Playlist cover image URL
- : String!
- # Playlist ID from the partner, usually will be present in the playlist's URI/URL
- : Boolean!
- : Media
- # Playlist Title
- : String!
- # Curator name
- : String!
- # The peak position of the track ever in the playlist
- : Int!
- # Playlist ID from the partner, usually will be present in the playlist's URI/URL
- : ID!
- # The current position of the track in the playlist
- : Int!
- # Removal date
- : String
- # Track name
- : String!
- # Track streams
- : Int!
- # Url to link you to the playlist on the partner's website. Field resolver
- # implemented by each Interfacing type of AnalyticsPlaylist
- : String
- }