attributeValueBulkTranslate
Creates/updates translations for attributes values.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
attributeValueBulkTranslate(
errorPolicy: ErrorPolicyEnum
translations: [AttributeValueBulkTranslateInput!]!
): AttributeValueBulkTranslate
Arguments
attributeValueBulkTranslate.errorPolicy
● ErrorPolicyEnum
enum miscellaneous
Policies of error handling. DEFAULT: REJECT_EVERYTHING
attributeValueBulkTranslate.translations
● [AttributeValueBulkTranslateInput!]!
non-null input attributes
List of attribute values translations.
Type
AttributeValueBulkTranslate
object attributes
Creates/updates translations for attributes values.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.