Skip to main content
Version: 3.x

AttributeValueUpdateInput

No description

input AttributeValueUpdateInput {
value: String
richText: JSONString
plainText: String
fileUrl: String
contentType: String
externalReference: String
name: String
}

Fields

AttributeValueUpdateInput.value ● String scalar

Represent value of the attribute value (e.g. color values for swatch attributes).

AttributeValueUpdateInput.richText ● JSONString scalar

Represents the text of the attribute value, includes formatting.

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

DEPRECATED: this field will be removed in Saleor 4.0.The rich text attribute hasn't got predefined value, so can be specified only from instance that supports the given attribute.

AttributeValueUpdateInput.plainText ● String scalar

Represents the text of the attribute value, plain text without formating.

DEPRECATED: this field will be removed in Saleor 4.0.The plain text attribute hasn't got predefined value, so can be specified only from instance that supports the given attribute.

AttributeValueUpdateInput.fileUrl ● String scalar

URL of the file attribute. Every time, a new value is created.

AttributeValueUpdateInput.contentType ● String scalar

File content type.

AttributeValueUpdateInput.externalReference ● String scalar

External ID of this attribute value.

Added in Saleor 3.10

AttributeValueUpdateInput.name ● String scalar

Name of a value displayed in the interface.

Member of

AttributeUpdateInput input ● attributeValueUpdate mutation


Was this page helpful?