addressUpdate
Updates an address.
Triggers the following webhook events:
- ADDRESS_UPDATED (async): An address was updated.
addressUpdate(
id: ID!
input: AddressInput!
): AddressUpdate
Arguments
addressUpdate.id
● ID!
non-null scalar miscellaneous
ID of the address to update.
addressUpdate.input
● AddressInput!
non-null input miscellaneous
Fields required to update the address.
Type
AddressUpdate
object users
Updates an address.
Triggers the following webhook events:
- ADDRESS_UPDATED (async): An address was updated.