ShopSettingsTranslate Object
Creates/updates translations for shop settings.
type ShopSettingsTranslate {
shop: Shop
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
}
Fields
ShopSettingsTranslate.shop
● Shop
object miscellaneous
Updated shop settings.
ShopSettingsTranslate.translationErrors
● [TranslationError!]!
deprecated non-null object miscellaneous
DEPRECATED
This field will be removed in Saleor 4.0. Use errors
field instead.
ShopSettingsTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
Returned By
shopSettingsTranslate
mutation