OBJECT
MusicLibrary
A music library contains added soundtracks, playlists and schedules.
link GraphQL Schema definition
- type MusicLibrary {
- # The added playlists
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): MusicLibraryPlaylistsConnection ( :
- String :
- # The added schedules
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): MusicLibrarySchedulesConnection ( :
- # The added soundtracks
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int :
- ): MusicLibrarySoundtracksConnection @deprecated( reason: "Playlists now contain stations and playlists." )
- }