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