OBJECT
Fields for the user permissions on an transaction
type TransactionPermissions {# Whether the current user can edit the transactioncanRefund: Boolean! # Whether the current user can download this transaction's invoicecanDownloadInvoice: Boolean! # Whether the current user can reject the transactioncanReject: Boolean! }