ShopDomainUpdate Object
Updates site domain of the shop.
DEPRECATED: this mutation will be removed in Saleor 4.0. Use PUBLIC_URL environment variable instead.
type ShopDomainUpdate {
  shop: Shop
  shopErrors: [ShopError!]! @deprecated
  errors: [ShopError!]!
}
Fields
ShopDomainUpdate.shop ● Shop object miscellaneous
Updated shop.
ShopDomainUpdate.shopErrors ● [ShopError!]! deprecated non-null object shop
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
ShopDomainUpdate.errors ● [ShopError!]! non-null object shop
Returned By
shopDomainUpdate mutation