paymentsByUserAndCompanyId
Retrieve list of payments by companyId and userId
This page contains
Arguments
first Int | Number or elements to return (page size) |
after String | Returns elements after specified cursor. eg bnVtYmVyPTAmc2l6ZT0xMA== |
before String | Returns elements before specified cursor. eg bnVtYmVyPTAmc2l6ZT0xMA== |
companyId ID! | Company identifier |
userId ID! | User identifier |
orderBy [PaymentOrderBy] PREVIEW | Specifies the field by which to order by and the direction. |
filter PaymentsFilter PREVIEW | Filter data based on the different criteria(Search, Status, Date, Amount). |
Return Fields
PaymentConnection! PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.