OBJECT
GeneralLedgerAccountsConnection
A connection to a list of GeneralLedgerAccount
values.
link GraphQL Schema definition
- type GeneralLedgerAccountsConnection {
- # A list of `GeneralLedgerAccount` objects.
- GeneralLedgerAccount]! : [
- # A list of edges which contains the `GeneralLedgerAccount` and cursor to aid in
- # pagination.
- GeneralLedgerAccountsEdge!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # The count of *all* `GeneralLedgerAccount` you could get from the connection.
- Int :
- }