OBJECT
ClientCompanyCostUnitsConnection
A connection to a list of ClientCompanyCostUnit values.
link GraphQL Schema definition
- type ClientCompanyCostUnitsConnection {
- # A list of `ClientCompanyCostUnit` objects.
- : [ClientCompanyCostUnit!]!
- # A list of edges which contains the `ClientCompanyCostUnit` and cursor to aid in
- # pagination.
- : [ClientCompanyCostUnitsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `ClientCompanyCostUnit` you could get from the connection.
- : Int!
- }