sellerAddressUpdate
Updates an address.
sellerAddressUpdate(
id: ID!
input: AddressInput!
): SellerAddressUpdate
Arguments
sellerAddressUpdate.id ● ID! non-null scalar
ID of the address to update.
sellerAddressUpdate.input ● AddressInput! non-null input
Fields required to update the address.
Type
SellerAddressUpdate object
Updates an address.