OBJECT
GeneralLedgerAccountsEdge
A GeneralLedgerAccount edge in the connection.
link GraphQL Schema definition
- type GeneralLedgerAccountsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `GeneralLedgerAccount` at the end of the edge.
- : GeneralLedgerAccount
- }