supplierDelete
mutation
Delete suppliers
Permanently removes one or more suppliers by their IDs. Returns information about any deletion errors if the suppliers are referenced by existing documents.
mutation {
supplierDelete(companyId: Int!, supplierId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
supplierId | [Int]! |