OBJECT
Location
Location
link GraphQL Schema definition
- type Location {
- # Id
- : Int!
- # Phone number
- : String!
- # Fax number
- : String
- # Email address
- : String!
- # Address
- : Address
- # Is this Location the default Location for the site?
- : Boolean!
- # Opening Hours for location
- : [OpeningHour]
- # TimeZone in format like Europe/Paris or UTC
- : String!
- # Use opening Hours in microData for site
- : Boolean!
- # Location parent, if exists
- : Location
- # Translations
- : [LocationTranslation!]!
- # Inheritance status
- : String!
- # Site that owns this Location
- : PublicSite
- }