Skip to main content

LoanEventConnection

The connection type for loans.

type LoanEventConnection {
totalCount: Int!
edges: [LoanEventEdge!]!
pageInfo: PageInfo!
}

Fields

LoanEventConnection.totalCount ● Int! non-null scalar

The total number of records for that particular query, independent of the pagination.

LoanEventConnection.edges ● [LoanEventEdge!]! non-null object

A list of edges.

LoanEventConnection.pageInfo ● PageInfo! non-null object

The pagination information.

Member of

Loan object