ShopSettingsUpdate
Updates shop settings.
type ShopSettingsUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Fields
ShopSettingsUpdate.shop ● Shop object
Updated shop.
ShopSettingsUpdate.shopErrors ● [ShopError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ShopSettingsUpdate.errors ● [ShopError!]! non-null object
Returned by
shopSettingsUpdate mutation
Was this page helpful?