INPUT_OBJECT
AddressInput
The address input type.
link GraphQL Schema definition
- input AddressInput {
- # The addition part of the address.
- : String
- # The box part of the address.
- : String
- # The city name.
- : String
- # The 2-letter country code as defined by
- # https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
- : CountryCode
- # The Borough or District.
- : String
- # The geolocation information expressed in latitude and longitude.
- : GeoInput
- # The street number.
- : String
- # The postal code.
- : String
- # The region.
- : String
- # The street name.
- : String
- # The secondary address.
- : String
- # The province or state.
- : String
- }