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