PaymentEventsConnection
A Relay cursor connection over PaymentEventRecord rows. Page with first/after; pass pageInfo.endCursor back as after for the next page.
type PaymentEventsConnection {
edges: [PaymentEventRecordEdge!]!
pageInfo: ConnectionPageInfo!
totalCount: Int
}
Fields
PaymentEventsConnection.edges ● [PaymentEventRecordEdge!]! non-null object
Edges on this page.
PaymentEventsConnection.pageInfo ● ConnectionPageInfo! non-null object
Pagination metadata.
PaymentEventsConnection.totalCount ● Int scalar
Total matching records across all pages, when known (null for sources that do not compute a total).
Returned By
paymentEventsConnection query