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 geolocation information expressed in latitude and longitude.
- GeoInput :
- # The street number.
- String :
- # The postal code.
- String :
- # The street name.
- String :
- # The secondary address.
- String :
- }