AttributeCreate
Creates an attribute.
type AttributeCreate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Fields
AttributeCreate.attribute ● Attribute object
AttributeCreate.attributeErrors ● [AttributeError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AttributeCreate.errors ● [AttributeError!]! non-null object
Returned by
attributeCreate mutation
Was this page helpful?