OBJECT
Location
A location containing coordinates and an address
link GraphQL Schema definition
- type Location {
- # Unique knowledge base identifier (automatically generated)
- ID! :
- # Latitude of the location
- String :
- # Longitude of the location
- String :
- # Street name of the location
- String :
- # Street/house number of the location
- String :
- # Zipcode of the location
- String :
- # City of the location
- String :
- # Country of the location
- String :
- }