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