OBJECT

AccountingCompaniesEdge

A AccountingCompany edge in the connection.

link GraphQL Schema definition

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