OBJECT

ClientCompanyPurchasesConnection

A connection to a list of ClientCompanyPurchase values.

link GraphQL Schema definition

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