OBJECT

GeneralLedgerAccountsConnection

A connection to a list of GeneralLedgerAccount values.

link GraphQL Schema definition

  • type GeneralLedgerAccountsConnection {
  • # A list of `GeneralLedgerAccount` objects.
  • nodes: [GeneralLedgerAccount]!
  • # A list of edges which contains the `GeneralLedgerAccount` and cursor to aid in
  • # pagination.
  • edges: [GeneralLedgerAccountsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `GeneralLedgerAccount` you could get from the connection.
  • totalCount: Int
  • }