INPUT_OBJECT
InspectionAttendanceAttributes
link GraphQL Schema definition
- input InspectionAttendanceAttributes {
- # ID of the contact
- : ID
- # ID of the inspection
- : ID
- # attributes of the contact
- : ContactAttributes
- # ID of the property
- : ID
- : String
- : PropertyInterestEnum
- : ContractRequestStatusEnum
- : Int
- : Boolean
- }