Tasks can be created stand-alone and not linked to a ticket.
Types
type Task {
id: ID
completedAt: Date
description: String
dueDate: Date
endDate: Date
estimatedTimeInHours: Number
initialStartDate: Date
lastStartedAt: Date
notes: String
priority: Number
scheduledStartTime: Date
status: String
title: String
totalElapsedTime: Number
urgent: Boolean
}