OBJECT
Location object returned with location-based search results.
type Location {countryCode: String! displayName: String! # Display name with postcode in countries with duplicated locationsdisplayNameFull: String! # Multiple locations with same name within region?duplicated: Boolean! locationName: String! locationSlug: String postalCode: String regionName: String! regionShort: String! regionSlug: String! }