INPUT_OBJECT
PlaylistInput
link GraphQL Schema definition
- input PlaylistInput {
- : String
- : String
- # the color for this playlist, for management purpose
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- # last updated by user
- : String
- : String
- : String
- # the playlist options
- : PlaylistOptionsInput
- # the folder location
- : String
- # the tags
- : [String!]
- : String
- }