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