TransactionConnection
The connection type for Transaction.
type TransactionConnection {
edges: [TransactionEdge]
nodes: [Transaction]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
TransactionConnection.edges ● [TransactionEdge] list object
A list of edges.
TransactionConnection.nodes ● [Transaction] list interface
A list of nodes.
TransactionConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TransactionConnection.totalCount ● Int! non-null scalar
Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001
TransactionConnection.totalPageCount ● Int! non-null scalar
Total # of pages, based on total count and pagesize
Returned By
paymentTransactions query