Address
Represents information about an address.
type Address {
displayName: String
line1: String
line2: String
city: String
state: String
postalCode: String
country: Country
}
Fields
Address.displayName ● String scalar
Address.line1 ● String scalar
Address line 1 (e.g., street, PO Box, or company name). Example: 50 Oakland Avenue
Address.line2 ● String scalar
Address line 2 (e.g., apartment, suite, unit, or building). Example: 206
Address.city ● String scalar
City, district, suburb, town, or village. Example: Orlando
Address.state ● String scalar
State, county, province, or region. Example: Florida
Address.postalCode ● String scalar
ZIP or postal code. Example: 32104
Address.country ● Country object
Country.