OBJECT
Task
Task record
link GraphQL Schema definition
- type Task {
- # Addresses attached to the task
- : [Address!]
- # Appraisals attached to the task
- : [Appraisal!]
- # Automation tracker id of the task
- : AutomationTracker
- # Body of the task
- : String
- # Completed at of the task
- : ISO8601DateTime
- # Contact attached to the task
- : [Contact!]
- # Contracts attached to the task
- : [Contract!]
- # When the task was created
- : ISO8601DateTime!
- # created by user id of the task
- : User
- # Deals attached to the task
- : [Deal!]
- # Can edit task
- : Boolean!
- # DueDate of the task
- : ISO8601DateTime
- # Can edit task
- : Boolean!
- # Task group
- : TaskGroupEnum!
- # ID of the task
- : ID!
- # Inspections attached to the task
- : [Inspection!]
- # Invoices attached to the task
- : [Invoice!]
- # permission of the task
- : Permission
- # Potential Tenancies attached to the task
- : [PotentialTenancy!]
- # Project stage attached to the task
- : [ProjectStage!]
- # Projects attached to the task
- : [Project!]
- # Properties attached to the task
- : [Property!]
- # When the task was last updated
- : ISO8601DateTime!
- }
link Require by
- ActivityFeedItemnull
- CreateTaskPayloadAutogenerated return type of CreateTask
- DealAssociationnull
- DestroyTaskPayloadAutogenerated return type of DestroyTask
- Notenull
- Pinnablenull
- QueryThe query root of this schema
- TaskConnectionThe connection type for Task.
- TaskEdgeAn edge in a connection.
- UpdateTaskPayloadAutogenerated return type of UpdateTask