OBJECT
Note
link GraphQL Schema definition
- type Note {
- # the addresses of the note
- Address!] : [
- # the appraisals of the note
- Appraisal!] : [
- # the attachments of the note
- NoteAttachment!] : [
- # the automation trackers of the note
- AutomationTracker :
- # Body derived from note text, only for email notes
- String :
- # the callOutcome of the note
- CallOutcomeEnum :
- # the campaigns of the note
- Campaign!] : [
- # the number of clicks on the email of the note
- Int :
- # When the note was closed (enquiries only)
- ISO8601DateTime :
- # the contacts of the note
- Contact!] : [
- # the contracts of the note
- Contract!] : [
- # When the note was created
- ISO8601DateTime! :
- # the deal of the note
- Deal!]! : [
- # Whether the note is deletable
- Boolean! :
- # Whether the note is editable
- Boolean! :
- # the attachments of the automation email
- EmailAttachment!] : [
- # Status of the email
- EmailStatusesEnum :
- # ID of the note
- ID! :
- # the inspection of the note
- Inspection!] : [
- # the invoice of the note
- Invoice!] : [
- # the noteType of the note
- NoteTypeEnum :
- # the offer price of the note
- String :
- # the offer of the note
- Offer!]! : [
- # the number of opens on the email of the note
- Int :
- # the permission of the note
- Permission :
- # the potential tenancies of the note
- PotentialTenancy!] : [
- # the projectStages of the note
- ProjectStage!] : [
- # the projects of the note
- Project!] : [
- # the properties of the note
- Property!] : [
- # Property interest level, if both contact and property are present and there is a
- # relevant record
- PropertyInterest :
- # Data from Propps related to the offer
- String :
- # Propps ID of the offer
- String :
- # referred by of the Note
- String :
- # Status derived from note text, only for status update notes
- String :
- # Subject derived from note text, only for email notes
- String :
- # the tasks of the note
- Task!] : [
- # the text of the note
- String :
- # When the note was last updated
- ISO8601DateTime! :
- # the user of the note
- User :
- # the visibleToVendor of the note
- Boolean :
- # Viewed website urls (website log type)
- WebsiteUrl!] : [
- }
link Require by
- ActivityFeedItemnull
- ConvertEmailToNotePayloadAutogenerated return type of ConvertEmailToNote
- CreateNotePayloadAutogenerated return type of CreateNote
- DealAssociationnull
- DestroyNotePayloadAutogenerated return type of DestroyNote
- NoteConnectionThe connection type for Note.
- NoteEdgeAn edge in a connection.
- Pinnablenull
- QueryThe query root of this schema
- UpdateNotePayloadAutogenerated return type of UpdateNote