DraftOrderLinesBulkDelete
Deletes order lines.
type DraftOrderLinesBulkDelete {
count: Int!
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
Fields
DraftOrderLinesBulkDelete.count
● Int!
non-null scalar miscellaneous
Returns how many objects were affected.
DraftOrderLinesBulkDelete.orderErrors
● [OrderError!]!
deprecated non-null object orders
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
DraftOrderLinesBulkDelete.errors
● [OrderError!]!
non-null object orders
Returned By
draftOrderLinesBulkDelete
mutation