supplierBillsOfLadingDelete
mutation
Deletes Bills of lading
Deletes the Bill(s) of lading that have the inserted IDs Returns a DeletionError as true if delete is successful
mutation {
supplierBillsOfLadingDelete(companyId: Int!, documentId: [Int!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | [Int!]! |