OBJECT
Playlist
link GraphQL Schema definition
- type Playlist {
- : String!
- # account identity
- : String
- : String
- : [PlaylistItem!]
- # the color for this playlist, for management purpose
- : String
- : String
- # created timestamp
- : DateTime
- # created by user
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- # last updated by user
- : String
- # last update timestamp
- : DateTime
- # the name of the playlist
- : String
- : String
- # the playlist options
- : PlaylistOptions
- # the folder location
- : String
- # the tags
- : [String!]
- : String
- : Float
- }