OBJECT

AgentLedgerConnection

The connection type for AgentLedger.

link GraphQL Schema definition

  • type AgentLedgerConnection {
  • # A list of edges.
  • edges: [AgentLedgerEdge]
  • # A list of nodes.
  • nodes: [AgentLedger]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }