ShopAddressUpdate
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
ShopAddressUpdate.shop
● Shop
object miscellaneous
Updated shop.
ShopAddressUpdate.shopErrors
● [ShopError!]!
deprecated non-null object shop
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShopAddressUpdate.errors
● [ShopError!]!
non-null object shop
Returned By
shopAddressUpdate
mutation