loans
No description
loans(
after: String
before: String
filterBy: LoanFilter
first: Int
last: Int
orderBy: LoanOrder
): LoanConnection!
Arguments
loans.after ● String scalar
Returns the elements in the list that come after the specified cursor.
loans.before ● String scalar
Returns the elements in the list that come before the specified cursor.
loans.filterBy ● LoanFilter input
Filtering options for the loans.
loans.first ● Int scalar
Returns the first n elements from the list.
loans.last ● Int scalar
Returns the last n elements from the list.
loans.orderBy ● LoanOrder input
Ordering options for the loans.
Type
LoanConnection object
The connection type for loans.