AttributeCreate Object
Creates an attribute.
Triggers the following webhook events:
- ATTRIBUTE_CREATED (async): An attribute was created.
type AttributeCreate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Fields
attribute ● Attribute
The created attribute.
errors ● [AttributeError!]!
Show deprecated
Returned By
attributeCreate mutation