OBJECT

Purchaser

Purchaser Type

link GraphQL Schema definition

  • type Purchaser {
  • # contact of the Purchaser
  • contact: Contact
  • # contract of the Purchaser
  • contract: Contract
  • # When the Purchaser was created
  • createdAt: ISO8601DateTime!
  • # ID of the Purchaser
  • id: ID!
  • # When the Purchaser was last updated
  • updatedAt: ISO8601DateTime!
  • }