AttributeValueTranslationInput
No description
input AttributeValueTranslationInput {
name: String
richText: JSONString
plainText: String
}
Fields
AttributeValueTranslationInput.name
● String
scalar miscellaneous
AttributeValueTranslationInput.richText
● JSONString
scalar miscellaneous
Translated text.
Rich text format. For reference see https://editorjs.io/
AttributeValueTranslationInput.plainText
● String
scalar miscellaneous
Translated text.
Member Of
AttributeValueBulkTranslateInput
input ● attributeValueTranslate
mutation