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