AttributeValueUpdateInput
No description
input AttributeValueUpdateInput {
value: String
richText: JSONString
plainText: String
fileUrl: String
contentType: String
externalReference: String
name: String
}
Fields
AttributeValueUpdateInput.value
● String
scalar miscellaneous
Represent value of the attribute value (e.g. color values for swatch attributes).
AttributeValueUpdateInput.richText
● JSONString
scalar miscellaneous
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 miscellaneous
Represents the text of the attribute value, plain text without formatting.
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 miscellaneous
URL of the file attribute. Every time, a new value is created.
AttributeValueUpdateInput.contentType
● String
scalar miscellaneous
File content type.
AttributeValueUpdateInput.externalReference
● String
scalar miscellaneous
External ID of this attribute value.
Added in Saleor 3.10
AttributeValueUpdateInput.name
● String
scalar miscellaneous
Name of a value displayed in the interface.
Member Of
AttributeUpdateInput
input ● attributeValueUpdate
mutation