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