OBJECT

ClientCompanyPurchasesEdge

A ClientCompanyPurchase edge in the connection.

link GraphQL Schema definition

  • type ClientCompanyPurchasesEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `ClientCompanyPurchase` at the end of the edge.
  • node: ClientCompanyPurchase!
  • }