StorefrontThemeUpdate
Result of storefront theme update mutation.
type StorefrontThemeUpdate {
shopErrors: [ShopError!]!
shop: Shop!
}
Fields
StorefrontThemeUpdate.shopErrors ● [ShopError!]! non-null object
List of errors that occurred executing the mutation.
StorefrontThemeUpdate.shop ● Shop! non-null object
Updated shop.
Returned By
storefrontThemeUpdate mutation