UpdateCustomerAddressInput
No description
input UpdateCustomerAddressInput {
addressLine1: String
addressLine2: String
secondPhone: String
postalCode: String
notes: String
countryId: String
stateId: String
cityId: String
regionId: String
}