OBJECT

PotentialInspectionTime

PotentialInspectionTime

link GraphQL Schema definition

  • type PotentialInspectionTime {
  • # When the Potential Inspection Time will finish
  • finish: ISO8601DateTime!
  • # property of the Potential Inspection Time
  • property: Property
  • # When the Potential Inspection Time will last start
  • start: ISO8601DateTime!
  • }