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