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
Policies of error handling. DEFAULT: REJECT_EVERYTHING
attributeValueBulkTranslate.translations ● [AttributeValueBulkTranslateInput!]! non-null input
List of attribute values translations.
Type
AttributeValueBulkTranslate object
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.
Was this page helpful?