ShopDomainUpdate Object
Updates site domain of the shop.
type ShopDomainUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Fields
shop ● Shop
Updated shop.
errors ● [ShopError!]!
Show deprecatedHide deprecated
shopErrors ● [ShopError!]!
DEPRECATED
Use errors field instead.
Returned By
shopDomainUpdate mutation