Skip to main content

attributeValueBulkTranslate

Creates/updates translations for attributes values.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_TRANSLATIONSpermission.
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.14
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_TRANSLATIONSpermission.