AttributeBulkTranslate Object
Creates/updates translations for attributes.
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