Skip to main content

attributeBulkTranslate Mutation

Creates/updates translations for attributes.

Requires the MANAGE_TRANSLATIONSpermission.
attributeBulkTranslate(
errorPolicy: ErrorPolicyEnum
translations: [AttributeBulkTranslateInput!]!
): AttributeBulkTranslate
Show return type

Arguments

errorPolicy ● ErrorPolicyEnum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

translations ● [AttributeBulkTranslateInput!]!

List of attributes translations.

Type

AttributeBulkTranslate

Creates/updates translations for attributes.

Requires the MANAGE_TRANSLATIONSpermission.