SettlementEventsConnection
Paginated list of settlement events.
type SettlementEventsConnection {
items: [SettlementEvent!]!
total: Int!
}
Fields
SettlementEventsConnection.items ● [SettlementEvent!]! non-null object
Events on the current page, ordered by createdAt descending.
SettlementEventsConnection.total ● Int! non-null scalar
Total events matching the query.
Returned By
settlementEvents query