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