Skip to main content

loans

No description

loans(
filterBy: LoanFilter
orderBy: LoanOrder
first: Int
last: Int
after: String
before: String
): LoanConnection!

Arguments

loans.filterBy ● LoanFilter input

Filtering options for the loans.

loans.orderBy ● LoanOrder input

Ordering 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.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.

Type

LoanConnection object

The connection type for loans.