Skip to main content

AttributeValueTranslationInput Input Type

No description

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

Fields

name ● String

richText ● JSONString

Translated text.

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

plainText ● String

Translated text.

Member Of

AttributeValueBulkTranslateInput input ● attributeValueTranslate mutation