AttributeValueBulkDelete
Deletes values of attributes.
type AttributeValueBulkDelete {
count: Int!
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Fields
AttributeValueBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
AttributeValueBulkDelete.attributeErrors ● [AttributeError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AttributeValueBulkDelete.errors ● [AttributeError!]! non-null object
Returned by
attributeValueBulkDelete mutation
Was this page helpful?