shopDomainUpdate Mutation
DEPRECATED
Use PUBLIC_URL environment variable instead.
Updates site domain of the shop.
shopDomainUpdate(
input: SiteDomainInput
): ShopDomainUpdate @deprecated
Details
type ShopDomainUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Arguments
input ● SiteDomainInput
Fields required to update site.
Type
ShopDomainUpdate
Updates site domain of the shop.