repaymentRequests
Permission required: repayment_request:query:repayment_requests
repaymentRequests(
after: String
before: String
filter: RepaymentRequestComplexFilterInput
first: Int
last: Int
): RepaymentRequestConnection
Arguments
repaymentRequests.after ● String scalar
Returns the elements in the list that come after the specified cursor.
repaymentRequests.before ● String scalar
Returns the elements in the list that come before the specified cursor.
repaymentRequests.filter ● RepaymentRequestComplexFilterInput input
repaymentRequests.first ● Int scalar
Returns the first _n_ elements from the list.
repaymentRequests.last ● Int scalar
Returns the last _n_ elements from the list.
Type
RepaymentRequestConnection object
The connection type for RepaymentRequest.