voidExpense
Mark a finalized expense as void. This cannot be undone. Voiding an expense is similar to deletion, however it only applies to finalized expenses and maintains a papertrail where the expense can still be found.
voidExpense(
id: ID!
): Expense
Arguments
voidExpense.id ● ID! non-null scalar
Type
Expense object
Represents information about an expense.