INPUT_OBJECT
CreateOrUpdateTaskInput
link GraphQL Schema definition
- input CreateOrUpdateTaskInput {
- : String
- # Unique identifier of entity.
- : ID
- : UUID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the task type.
- : ID
- # Duration of the recorded call. Set automatically when the task is linked to a
- # call log.
- : Int
- # Id of the linked call record.
- : ID
- # Id of the call outcome value.
- : ID
- # Id of the currency exchange rate list applied to this task.
- : ID
- # Free-form description of what the task entails.
- : String
- # Date by which the task is expected to be completed.
- : Date
- # Estimated duration of the task. Stored as a duration value (days/hours/minutes).
- : Float
- # Id of the task owner.
- : ID
- # Priority level of the task (e.g. Low, Normal, High, Urgent).
- : PriorityEnum
- # Sharing model applied on top of the owner/unit visibility (e.g. shared with
- # selected sales units or selected users).
- : ShareModeEnum
- # Date when work on the task is scheduled to begin.
- : Date
- # Current status of the task (NotStarted, InProgress, Completed, Deferred).
- # Toggling to Completed marks any linked checklist items as done.
- : TaskStatusEnum
- # Short summary line shown in lists and notifications.
- : String
- # Id of the sales unit.
- : ID
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Sales units that have been granted shared access to this task. Editable only
- # when share_mode allows unit sharing.
- : [CreateTaskSharingSalesUnitRelationNoTaskBackrefInput!]
- # Users that have been granted shared access to this task. Editable only when
- # share_mode allows user sharing.
- : [CreateTaskSharingClientRelationNoTaskBackrefInput!]
- # Accounts this task is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Contacts this task is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Leads this task is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Opportunities this task is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Projects this task is linked to, including the per-objective ordering.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Quotes this task is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Custom entity records this task is linked to.
- : [CreateActivityRelationNoActivityBackrefInput!]
- : String
- : String
- : String
- # Reminder set by the current authenticated user for this task. Per-user; empty
- # when no reminder has been set.
- : UpdateTaskReminderNoTaskBackrefInput
- # Recurrence schedule generating periodic copies of this task, or empty when no
- # recurrence is set up.
- : UpdateTaskRecurrenceNoTaskBackrefInput
- # Documents linked to this task.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Comments authored on this task.
- : [CreateActivityCommentNoActivityBackrefInput!]
- # Tag labels applied to this task.
- : [CreateTagRelationNoTaskBackrefInput!]
- : String
- }