OBJECT

AppraisalVendor

Appraisal Vendor Type

link GraphQL Schema definition

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