Skip to main content
Version: 3.x

AttributeValueTranslationInput

No description

input AttributeValueTranslationInput {
name: String
richText: JSONString
plainText: String
}

Fields

AttributeValueTranslationInput.name ● String scalar

AttributeValueTranslationInput.richText ● JSONString scalar

Translated text.

Rich text format. For reference see https://editorjs.io/

AttributeValueTranslationInput.plainText ● String scalar

Translated text.

Member of

AttributeValueBulkTranslateInput input ● attributeValueTranslate mutation


Was this page helpful?