AttributeValueUpdateInput Input Type
No description
input AttributeValueUpdateInput {
value: String
richText: JSONString @deprecated
plainText: String @deprecated
fileUrl: String
contentType: String
externalReference: String
name: String
}
Fields
value ● String
Represent value of the attribute value (e.g. color values for swatch attributes).
fileUrl ● String
URL of the file attribute. Every time, a new value is created.
contentType ● String
File content type.
externalReference ● String
External ID of this attribute value.
name ● String
Name of a value displayed in the interface.
Show deprecatedHide deprecated
richText ● JSONString
The rich text attribute hasn't got predefined value, so can be specified only from instance that supports the given attribute.
Represents the text of the attribute value, includes formatting.
Rich text format. For reference see https://editorjs.io/
plainText ● String
The plain text attribute hasn't got predefined value, so can be specified only from instance that supports the given attribute.
Represents the text of the attribute value, plain text without formatting.
Member Of
AttributeUpdateInput input ● attributeValueUpdate mutation