OBJECT
Inspection
Inspection
link GraphQL Schema definition
- type Inspection {
- # Attended contacts for the inspection
- #
- # Arguments
- # query: Search query of the Contact
- String): [Contact!] ( :
- # Attending contacts for the inspection
- #
- # Arguments
- # query: Search query of the Contact
- String): [Contact!] ( :
- # Average price feedback
- Int! :
- # Cancelled contacts for the inspection
- #
- # Arguments
- # query: Search query of the Contact
- String): [Contact!] ( :
- # URL for inspection check in page
- String! :
- # Confirmed contacts for the inspection
- #
- # Arguments
- # query: Search query of the Contact
- String): [Contact!] ( :
- # When the inspection was created
- ISO8601DateTime :
- # Contacts who enquired on the property
- #
- # Arguments
- # query: Search query of the Contact
- # excludeAttending: Exclude attending contacts (pre-registered)
- # from results
- # excludeAttended: Exclude attended contacts from results
- (
- String, :
- Boolean, :
- Boolean :
- ): [Contact!]
- # finish of the Inspection
- ISO8601DateTime :
- # ID of the Inspection
- ID! :
- # Inspection type enum of the Inspection
- InspectionTypeEnum :
- # Maximum price feedback
- Int! :
- # Minimum price feedback
- Int! :
- # No show contacts for the inspection
- #
- # Arguments
- # query: Search query of the Contact
- String): [Contact!] ( :
- # Total number of attended Inspection
- Int! :
- # Total number of confirmed Inspection
- Int! :
- # Total number of price feedbacks
- Int! :
- # Total number of property interests relating to this inspection
- #
- # Arguments
- # interested: [Not documented]
- PropertyInterestEnum!]): Int ( : [
- # Total number of registered Inspection
- Int! :
- # Contacts not present in the other contact queries
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # query: Search query of the Contact
- (
- String, :
- String, :
- Int, :
- Int, :
- String :
- ): ContactConnection
- # Property of the Inspection
- Property :
- # The property interests relating to this inspection
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # interested: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- PropertyInterestEnum!] : [
- ): PropertyInterestConnection
- # Registered contacts for the inspection
- #
- # Arguments
- # query: Search query of the Contact
- String): [Contact!] ( :
- # start of the Inspection
- ISO8601DateTime :
- # When the inspection was last updated
- ISO8601DateTime :
- # User of the Inspection
- User :
- }
link Require by
- CreateInspectionPayloadAutogenerated return type of CreateInspection
- DestroyInspectionPayloadAutogenerated return type of DestroyInspection
- Enquirynull
- InspectionAttendanceAttendance of inspection
- InspectionConnectionThe connection type for Inspection.
- InspectionEdgeAn edge in a connection.
- InspectionRegistrationInspection Registration
- Notenull
- Pinnablenull
- QueryThe query root of this schema
- TaskTask record
- UpdateInspectionPayloadAutogenerated return type of UpdateInspection