LoanConnection
The connection type for loans.
type LoanConnection {
edges: [LoanEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
LoanConnection.edges ● [LoanEdge!]! non-null object
A list of edges.
LoanConnection.pageInfo ● PageInfo! non-null object
The pagination information.
LoanConnection.totalCount ● Int! non-null scalar
The total number of records for that particular query, independent of the pagination.
Returned by
loans query
Member of
CheckoutInfo object ● Namespace object