INPUT_OBJECT
LocationAttributesInput
Location information.
link GraphQL Schema definition
- input LocationAttributesInput {
- # The addition details.
- : String
- # Deprecated. Use `district` instead.
- : String
- # The box details.
- : String
- # The city.
- : String
- # The 2 letters country code.
- : CountryCode
- # The Borough or District.
- : String
- # The floor number.
- : String
- # The geolocation details.
- : GeoDataInput
- # The street number.
- : String
- # The postal code.
- : String
- # Deprecated. Use `sub_region` instead.
- : String
- # The region.
- : String
- # The street name.
- : String
- # The secondary street address.
- : String
- # The province or state.
- : String
- }