Skip to main content
Version: 3.x

ShopSettingsTranslate

Creates/updates translations for shop settings.

Requires MANAGE_TRANSLATIONSpermission.
type ShopSettingsTranslate {
shop: Shop
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
}

Fields

ShopSettingsTranslate.shop ● Shop object

Updated shop settings.

ShopSettingsTranslate.translationErrors ● [TranslationError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShopSettingsTranslate.errors ● [TranslationError!]! non-null object

Returned by

shopSettingsTranslate mutation


Was this page helpful?