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