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