AttributeCreate
Result of attribute create mutation.
type AttributeCreate {
attribute: Attribute
productErrors: [ProductError!]!
}
Fields
AttributeCreate.attribute ● Attribute object
The created attribute.
AttributeCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeCreate mutation