AttributeValueCreate
Creates a value for an attribute.
type AttributeValueCreate {
attribute: Attribute
productErrors: [ProductError!]!
attributeValue: AttributeValue
}
Fields
AttributeValueCreate.attribute ● Attribute object
The updated attribute.
AttributeValueCreate.productErrors ● [ProductError!]! non-null object
AttributeValueCreate.attributeValue ● AttributeValue object
Returned By
attributeValueCreate mutation