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