Skip to main content

Address

A full address.

type Address {
city: String
country: String
postalCode: String
state: String
street: String
street2: String
}

Fields

Address.city ● String scalar common

The name of the city, district, village, or town.

Address.country ● String scalar common

The name of the country.

Address.postalCode ● String scalar common

The ZIP Code or postal code.

Address.state ● String scalar common

The region of the address.

Address.street ● String scalar common

The first line of the address.

Address.street2 ● String scalar common

The second line of the address.

Implemented by

ValueTypeUnion union