ShopAddressUpdate Object
Update the shop's address. If the null value is passed, the currently selected address will be deleted.
type ShopAddressUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Fields
shop ● Shop
Updated shop.
errors ● [ShopError!]!
Show deprecated
Returned By
shopAddressUpdate mutation