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.
type AttributeValueBulkTranslate {
count: Int!
results: [AttributeValueBulkTranslateResult!]!
errors: [AttributeValueBulkTranslateError!]!
}
Fields
AttributeValueBulkTranslate.count
● Int!
non-null scalar miscellaneous
Returns how many translations were created/updated.
AttributeValueBulkTranslate.results
● [AttributeValueBulkTranslateResult!]!
non-null object attributes
List of the translations.
AttributeValueBulkTranslate.errors
● [AttributeValueBulkTranslateError!]!
non-null object miscellaneous
Returned By
attributeValueBulkTranslate
mutation