OBJECT
PropertyInterest
PropertyInterest record
link GraphQL Schema definition
- type PropertyInterest {
- # Contact of the PropertyInterest
- : Contact
- # Whether the contract documents for the property have been sent to the contact
- : ContractRequestStatusEnum
- # When the PropertyInterest was created
- : ISO8601DateTime!
- # custom fields of the Property Interest
- : [CustomField!]
- # ID of the PropertyInterest
- : ID!
- # Number of times the contact has inspected the property
- : Int
- # The contact's interest level in the property
- : PropertyInterestEnum!
- # last enquired at of the Property Interest
- : ISO8601DateTime
- # last inspected at of the Property Interest
- : ISO8601DateTime
- # The price feedback from the contact
- : Int
- # Property of the PropertyInterest
- : Property
- # When the PropertyInterest was last updated
- : ISO8601DateTime!
- }
link Require by
- CreatePropertyInterestPayloadAutogenerated return type of CreatePropertyInterest
- DestroyPropertyInterestPayloadAutogenerated return type of DestroyPropertyInterest
- Enquirynull
- Notenull
- PropertyInterestConnectionThe connection type for PropertyInterest.
- PropertyInterestEdgeAn edge in a connection.
- QueryThe query root of this schema
- UpdatePropertyInterestPayloadAutogenerated return type of UpdatePropertyInterest
- UpsertPropertyInterestPayloadAutogenerated return type of UpsertPropertyInterest