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