paymentsByUserAndCompanyId
Paginated list of payments scoped to a specific user and company
This page contains
Arguments
| first Int | Number of elements to return (page size) |
| after String | Returns elements after specified cursor |
| before String | Returns elements before specified cursor |
| companyId ID! | Company identifier |
| userId ID! | User identifier |
| orderBy [PaymentOrderBy] PREVIEW | Specifies the fields by which to order and the direction |
| filter PaymentsFilter PREVIEW | Filter payments based on different criteria |
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.