AttributeValueCreate
Creates a value for an attribute.
type AttributeValueCreate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
attributeValue: AttributeValue
}
Fields
AttributeValueCreate.attribute
● Attribute
object
The updated attribute.
AttributeValueCreate.attributeErrors
● [AttributeError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
AttributeValueCreate.errors
● [AttributeError!]!
non-null object
AttributeValueCreate.attributeValue
● AttributeValue
object
Returned by
attributeValueCreate
mutation
Was this page helpful?