OBJECT

InspectionRegistration

Inspection Registration

link GraphQL Schema definition

  • type InspectionRegistration {
  • # Contact of the Inspection Registration
  • contact: Contact
  • # ID of the Inspection Registration
  • id: ID!
  • # Inspection of the Inspection Registration
  • inspection: Inspection
  • # Property of the Inspection Registration
  • property: Property
  • }