OBJECT

GeneralLedgerAccountsEdge

A GeneralLedgerAccount edge in the connection.

link GraphQL Schema definition

  • type GeneralLedgerAccountsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `GeneralLedgerAccount` at the end of the edge.
  • node: GeneralLedgerAccount
  • }