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