OBJECT
ClientCompanyPurchase
a ClientCompanyPurchase belonging to a ClientCompany.
link GraphQL Schema definition
- type ClientCompanyPurchase implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : NonEmptyText!
- : UpdatedTime
- : CreatedTime
- # Reads a single `ClientCompany` that is related to this `ClientCompanyPurchase`.
- : ClientCompany!
- }
link Require by
- ClientCompanyPurchasesConnectionA connection to a list of `ClientCompanyPurchase` values.
- ClientCompanyPurchasesEdgeA `ClientCompanyPurchase` edge in the connection.
- CreateClientCompanyPurchasePayloadThe output of our `createClientCompanyPurchase` mutation.
- DeleteClientCompanyPurchasePayloadThe output of our `deleteClientCompanyPurchase` mutation.
- QueryThe root query type which gives access points into the data universe.
- UpdateClientCompanyPurchasePayloadThe output of our `updateClientCompanyPurchase` mutation.