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