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