OBJECT

ClientCompaniesEdge

A ClientCompany edge in the connection.

link GraphQL Schema definition

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