ContactAddress
Encapsulates information about an address.
type ContactAddress {
city: String
country: String
line1: String
line2: String
line3: String
postCode: String
state: String
}
Encapsulates information about an address.
type ContactAddress {
city: String
country: String
line1: String
line2: String
line3: String
postCode: String
state: String
}
ContactAddress.city