OBJECT

Location

Location object returned with location-based search results.

link GraphQL Schema definition

  • type Location {
  • countryCode: String!
  • displayName: String!
  • # Display name with postcode in countries with duplicated locations
  • displayNameFull: String!
  • # Multiple locations with same name within region?
  • duplicated: Boolean!
  • locationName: String!
  • locationSlug: String
  • postalCode: String
  • regionName: String!
  • regionShort: String!
  • regionSlug: String!
  • }