OBJECT
Account
A registered account
link GraphQL Schema definition
- type Account implements Node {
- # The users that can access the account
- Access :
- String :
- String :
- # The account's curator profile
- Curator :
- # The account's feature setup
- #
- # Arguments
- # platform: [Not documented]
- Platform): [Feature] ( :
- ID! :
- # The account's locations
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): LocationConnection ( :
- # The account's added soundtracks, playlists and schedules
- MusicLibrary :
- AccountSettings :
- # The account's sound zones (the zones are also available under each location)
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # filter: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- (
- String, :
- String, :
- SoundZoneFilter, :
- Int, :
- Int :
- ): SoundZoneConnection
- }