Address
A physical address.
type Address {
formatted: String
streetAddress: String
sublocality: String
locality: String
region: String
postalCode: String
country: CountryCode
}
Fields
Address.formatted ● String scalar
Full mailing address, formatted for display or use on a mailing label. This field MAY contain multiple lines, separated by newline characters.
Address.streetAddress ● String scalar
Full street address component, which MAY include house number, street name, Post Office Box, and multi-line extended street address information. This field MAY contain multiple lines, separated by newline characters.
Address.sublocality ● String scalar
Suburb or sublocality component.
Address.locality ● String scalar
City or locality component.
Address.region ● String scalar
State, province, prefecture or region component.
Address.postalCode ● String scalar
Zip code or postal code component.