OBJECT
ExpensePermissions
Fields for the user permissions on an expense
link GraphQL Schema definition
- type ExpensePermissions {
- # Whether the current user can edit the expense
- Boolean! :
- # Whether the current user can edit the expense
- Boolean! :
- # Whether the current user can the the invoice info for this expense
- Boolean! :
- # Whether the current user can trigger the payment for this expense
- Boolean! :
- # Whether the current user can approve this expense
- Boolean! :
- # Whether the current user can unapprove this expense
- Boolean! :
- # Whether the current user can reject this expense
- Boolean! :
- # Whether the current user can mark this expense as unpaid
- Boolean! :
- # Whether the current user can comment and see comments for this expense
- Boolean! :
- }