ENUM
ExpenseStatusFilter
Describes the values allowed to filter expenses, namely all the expense statuses and the special "READY_TO_PAY" value.
link GraphQL Schema definition
- enum ExpenseStatusFilter {
- # Only expenses that are ready to be paid (must be approved, have the sufficiant
- # balance and have the tax forms completed)
- }