AttributeValueCreateInput Input Type
No description
input AttributeValueCreateInput {
value: String
richText: JSONString @deprecated
plainText: String @deprecated
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
deprecated scalar miscellaneous
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/
AttributeValueCreateInput.plainText
● String
deprecated scalar miscellaneous
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.
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.
AttributeValueCreateInput.name
● String!
non-null scalar miscellaneous
Name of a value displayed in the interface.
Member Of
AttributeCreateInput
input ● attributeValueCreate
mutation