OBJECT

ClientCompanyCostUnitsConnection

A connection to a list of ClientCompanyCostUnit values.

link GraphQL Schema definition

  • type ClientCompanyCostUnitsConnection {
  • # A list of `ClientCompanyCostUnit` objects.
  • nodes: [ClientCompanyCostUnit!]!
  • # A list of edges which contains the `ClientCompanyCostUnit` and cursor to aid in
  • # pagination.
  • edges: [ClientCompanyCostUnitsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `ClientCompanyCostUnit` you could get from the connection.
  • totalCount: Int!
  • }