accountAddressUpdate
Updates an address of the logged-in user.
accountAddressUpdate(
id: ID!
input: AddressInput!
): AccountAddressUpdate
Arguments
accountAddressUpdate.id
● ID!
non-null scalar
ID of the address to update.
accountAddressUpdate.input
● AddressInput!
non-null input
Fields required to update the address.
Type
AccountAddressUpdate
object
Updates an address of the logged-in user.
Was this page helpful?