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