AttributeBulkTranslate
Creates/updates translations for attributes.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
type AttributeBulkTranslate {
count: Int!
results: [AttributeBulkTranslateResult!]!
errors: [AttributeBulkTranslateError!]!
}
Fields
AttributeBulkTranslate.count
● Int!
non-null scalar miscellaneous
Returns how many translations were created/updated.
AttributeBulkTranslate.results
● [AttributeBulkTranslateResult!]!
non-null object attributes
List of the translations.
AttributeBulkTranslate.errors
● [AttributeBulkTranslateError!]!
non-null object miscellaneous
Returned By
attributeBulkTranslate
mutation