OBJECT

Vendor

Vendor Type

link GraphQL Schema definition

  • type Vendor {
  • # contact of the Vendor
  • contact: Contact
  • # When the vendor was created
  • createdAt: ISO8601DateTime!
  • # ID of the Vendor
  • id: ID!
  • # property of the Vendor
  • property: Property
  • # When the vendor was last updated
  • updatedAt: ISO8601DateTime!
  • }