Skip to main content

Address

A physical address.

type Address {
formatted: String
streetAddress: String
sublocality: String
locality: String
region: String
postalCode: String
country: CountryCode
}

Fields

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.

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.

sublocality ● String scalar

Suburb or sublocality component.

locality ● String scalar

City or locality component.

region ● String scalar

State, province, prefecture or region component.

postalCode ● String scalar

Zip code or postal code component.

country ● CountryCode scalar