OBJECT
Enquiry
link GraphQL Schema definition
- type Enquiry {
- # the addresses of the note
- Address!] : [
- # the appraisals of the note
- Appraisal!] : [
- # The closed_at of the enquiry
- ISO8601DateTime :
- # The contact id of the enquiry
- ID :
- # The contacts of the enquiry
- Contact!]! : [
- # the contracts of the note
- Contract!] : [
- # When the enquiry was created
- ISO8601DateTime! :
- # the deal of the note
- Deal!]! : [
- # ID of the enquiry
- ID! :
- # the inspection of the note
- Inspection!] : [
- # the invoice of the note
- Invoice!] : [
- # the permission of the enquiry
- Permission :
- # the projectStages of the note
- ProjectStage!] : [
- # the projects of the note
- Project!] : [
- # Properties of the enquiry
- Property!]! : [
- # Property interest level, if both contact and property are present and there is a
- # relevant record
- PropertyInterest :
- # The referred_by of the enquiry
- String :
- # When the enquiry was marked as archived
- ISO8601DateTime :
- # The text of the enquiry
- String :
- # When the enquiry was last updated
- ISO8601DateTime! :
- # The user of the enquiry
- User :
- # The visible_to_vendor of the enquiry
- Boolean! :
- }
link Require by
- CreateEnquiryPayloadAutogenerated return type of CreateEnquiry
- DestroyEnquiryPayloadAutogenerated return type of DestroyEnquiry
- Enquiriesnull
- EnquiryConnectionThe connection type for Enquiry.
- EnquiryEdgeAn edge in a connection.
- QueryThe query root of this schema
- UpdateEnquiriesPayloadAutogenerated return type of UpdateEnquiries
- UpdateEnquiryPayloadAutogenerated return type of UpdateEnquiry