OrderAddressCountry
type OrderAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String!
}
Fields
id
StringIt is the id of the country of the address.
code
StringIt is the code of the country of the address.
iso2
StringIt is the two-letter code of the country of the address.
iso3
StringIt is the three-letter code of the country of the address.
It is the name of the country of the address.