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: ID!
  • rowId: UUID!
  • clientCompanyRowId: UUID!
  • name: NonEmptyText!
  • updatedAt: UpdatedTime
  • createdAt: CreatedTime
  • # Reads a single `ClientCompany` that is related to this `ClientCompanyPurchase`.
  • clientCompanyByClientCompanyRowId: ClientCompany!
  • }