OBJECT
AgentLedgerTransactionConnection
The connection type for AgentLedgerTransaction.
link GraphQL Schema definition
- type AgentLedgerTransactionConnection {
- # A list of edges.
- : [AgentLedgerTransactionEdge]
- # A list of nodes.
- : [AgentLedgerTransaction]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }