address
The customer's postal address, if provided.
Null if any required address field (street, postal code, city, or country) is missing.
Arguments
address doesn't take any arguments.
Type
This field resolves to Address, which has the following fields:
| Field | Description | Type |
|---|---|---|
addressLine1 | The first line of the street address. | String |
country | The country of the address. | Country |
formatted | A human-readable, formatted representation of the address. | String |
locality | The city, town or locality. | String |
postalCode | The postal or ZIP code. | String |