AttributeBulkTranslate Object
Creates/updates translations for attributes.
type AttributeBulkTranslate {
count: Int!
results: [AttributeBulkTranslateResult!]!
errors: [AttributeBulkTranslateError!]!
}
Fields
count ● Int!
Returns how many translations were created/updated.
results ● [AttributeBulkTranslateResult!]!
List of the translations.
errors ● [AttributeBulkTranslateError!]!
Returned By
attributeBulkTranslate mutation