OBJECT
RootSubscriptionType
link GraphQL Schema definition
- type RootSubscriptionType {
- # Get an update when a sound zone starts playing a new track
- #
- # Arguments
- # input: [Not documented]
- NowPlayingUpdateInput!): NowPlayingUpdatePayload ( :
- # Get updates on when playback changes (play/pause/volume)
- #
- # Arguments
- # input: [Not documented]
- PlaybackUpdateInput!): PlaybackUpdatePayload ( :
- # Get updates when base information on the sound zone changes, such as the name or
- # playFrom
- #
- # Arguments
- # input: [Not documented]
- SoundZoneUpdateInput!): SoundZoneUpdatePayload ( :
- }
link Require by
This element is not required by anyone