OBJECT
InspectionAttendance
Attendance of inspection
link GraphQL Schema definition
- type InspectionAttendance {
- # Contact
- : Contact
- : ContractRequestStatusEnum
- # When the inspection attendance was created
- : ISO8601DateTime!
- # ID of the attendance
- : ID!
- # Inspection
- : Inspection
- : PropertyInterestEnum
- : String
- : Int
- # Property
- : Property
- # When the inspection attendance was last updated
- : ISO8601DateTime!
- : Boolean!
- }