AttributeValueBulkTranslate Object
Creates/updates translations for attribute values.
type AttributeValueBulkTranslate {
count: Int!
results: [AttributeValueBulkTranslateResult!]!
errors: [AttributeValueBulkTranslateError!]!
}
Fields
count ● Int!
Returns how many translations were created/updated.
results ● [AttributeValueBulkTranslateResult!]!
List of the translations.
errors ● [AttributeValueBulkTranslateError!]!
Returned By
attributeValueBulkTranslate mutation