AddressInput
Represents information about an address.
input AddressInput {
id: ID
line1: String
line2: String
city: String
state: String
postalCode: String
country: String
}
Fields
AddressInput.id
● ID
scalar
The contact's unique identifier.
AddressInput.line1
● String
scalar
Address line 1 (e.g., street, PO Box, or company name). Example: 50 Oakland Avenue
AddressInput.line2
● String
scalar
Address line 2 (e.g., apartment, suite, unit, or building). Example: 206
AddressInput.city
● String
scalar
City, district, suburb, town, or village. Example: Orlando
AddressInput.state
● String
scalar
State, county, province, or region. Example: Florida
AddressInput.postalCode
● String
scalar
ZIP or postal code. Example: 32104
AddressInput.country
● String
scalar
Two-letter country code, ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Example: US
Member Of
updateCompanyAddress
mutation ● updateContactAddress
mutation ● updatePersonAddress
mutation