AttributeValueCreate
Result of attribute value create mutation.
type AttributeValueCreate {
attribute: Attribute
attributeValue: AttributeValue
productErrors: [ProductError!]!
}
Fields
AttributeValueCreate.attribute ● Attribute object
The attribute with the new value.
AttributeValueCreate.attributeValue ● AttributeValue object
The created attribute value.
AttributeValueCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeValueCreate mutation