OBJECT

ClientCompanyCostUnitsEdge

A ClientCompanyCostUnit edge in the connection.

link GraphQL Schema definition

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