OBJECT
Schedule
A schedule of what music should play when, during the course of a week
link GraphQL Schema definition
- type Schedule implements Assignable, Node {
- # One or more hex colors that can be used to represent the schedule as single
- # color or gradient
- String] : [
- # The curator for the schedule
- Curator :
- String :
- ID! :
- # Whether the schedule is in the provided music library
- #
- # Arguments
- # library: [Not documented]
- ID): Boolean ( :
- # The music used in the schedule
- MusicLibrary :
- String :
- # The time slots for the schedule.
- # A time slot describes what music should play
- # during what hours on a specific day of week.
- Slot] : [
- String :
- }