OBJECT
Purchaser
Purchaser Type
link GraphQL Schema definition
- type Purchaser {
- # contact of the Purchaser
- : Contact
- # contract of the Purchaser
- : Contract
- # When the Purchaser was created
- : ISO8601DateTime!
- # ID of the Purchaser
- : ID!
- # When the Purchaser was last updated
- : ISO8601DateTime!
- }