OBJECT
ClientCompanyPurchasesEdge
A ClientCompanyPurchase edge in the connection.
link GraphQL Schema definition
- type ClientCompanyPurchasesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ClientCompanyPurchase` at the end of the edge.
- : ClientCompanyPurchase!
- }
link Require by
- ClientCompanyPurchasesConnectionA connection to a list of `ClientCompanyPurchase` values.
- CreateClientCompanyPurchasePayloadThe output of our `createClientCompanyPurchase` mutation.
- DeleteClientCompanyPurchasePayloadThe output of our `deleteClientCompanyPurchase` mutation.
- UpdateClientCompanyPurchasePayloadThe output of our `updateClientCompanyPurchase` mutation.