LoanEdge
An edge in a connection.
type LoanEdge {
cursor: String!
node: Loan!
}
Fields
LoanEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
LoanEdge.node ● Loan! non-null object
The item at the end of the edge.
Member of
LoanConnection object