OBJECT
Location
A physical location, like a store. Can have one or many sound zones
link GraphQL Schema definition
- type Location implements Node {
- String :
- String :
- String :
- String :
- ID! :
- String :
- String :
- String :
- # The sound zones at the location
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): SoundZoneConnection ( :
- String :
- String :
- }