OBJECT
Playlist
A playlist
link GraphQL Schema definition
- type Playlist implements Assignable, Displayable, Node {
- CollectionType! @deprecated( reason: "For older clients. Will be removed in the future." ) :
- PlaylistComposer :
- # The curator of the playlist
- Curator :
- String :
- Display :
- ID! :
- # Whether the playlist is in the provided music library
- #
- # Arguments
- # library: [Not documented]
- ID): Boolean ( :
- String! :
- # Information about how the playlist should be presented visually
- #
- # Arguments
- # product: What product flavour the presentation should be in
- (
- Product :
- ): Presentation @deprecated( reason: "See display." )
- # How the playlist should be played back by default
- Presets! :
- String :
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): SimilarPlaylistsConnection ( :
- String! :
- # Statistics about the playlist's content
- #
- # Arguments
- # market: [Not documented]
- (
- IsoCountry! :
- ): TrackStatistics @deprecated( reason: "This is a beta API and may change or be removed." )
- # Arguments
- # after: [Not documented]
- # country: Deprecated, use market instead.
- # first: [Not documented]
- # market: ISO 3166-1 alpha-2, i.e "SE" for Sweden
- String, : String, : Int, : IsoCountry): CollectionTracksConnection ( :
- PlaylistType! :
- }