OBJECT
SoundZone
A Sound Zone
link GraphQL Schema definition
- type SoundZone implements Node {
- # The account the sound zone belongs to
- Account :
- # Blocked tracks for the sound zone
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- String, : Int): BlockedTrackConnection ( :
- # The sound zone's paired player
- Device :
- String :
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # state: [Not documented]
- String, : String, : Int, : Int, : ErrorState): ErrorConnection ( :
- ID! :
- # If the sound zone is paired with a player or not
- Boolean :
- # The location the sound zone belongs to
- Location :
- String :
- # The currently playing track (if any)
- NowPlaying :
- # The URL for the sound zone's now playing display
- String :
- # The music source currently assigned to the sound zone
- PlaybackSource :
- # Information about the playback
- Playback :
- # Play history
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # startAt: [Not documented]
- (
- String, :
- Int, :
- Date :
- ): HistoryTrackConnection @deprecated( reason: "This is a beta API and may change or be removed." )
- # The pairing code for the remote
- String! :
- # A short id that can be shared publically. Used by e.g the now playing
- # application.
- String! :
- # Information about the subscription
- SoundZoneSubscription :
- }