INPUT_OBJECT

LocationAttributesInput

Location information.

link GraphQL Schema definition

  • input LocationAttributesInput {
  • # The addition details.
  • addition: String
  • # The Borough or District.
  • borough_or_district: String
  • # The box details.
  • box: String
  • # The city.
  • city: String
  • # The 2 letters country code.
  • country: CountryCode
  • # The floor number.
  • floor: String
  • # The geolocation details.
  • geo: GeoDataInput
  • # The street number.
  • number: String
  • # The postal code.
  • postal_code: String
  • # The province or state.
  • province_or_state: String
  • # The street name.
  • street: String
  • # The secondary street address.
  • street_2: String
  • }