ChargeEventsConnection
Paginated charge events result.
type ChargeEventsConnection {
items: [ChargeEvent!]!
total: Int!
}
Fields
ChargeEventsConnection.items ● [ChargeEvent!]! non-null object
Events in the current page.
ChargeEventsConnection.total ● Int! non-null scalar
Total number of events matching the filter.
Returned By
chargeEvents query ● events query