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 deprecated
Member Of
AttributeUpdateInput input ● attributeValueUpdate mutation