Types
UpdateTaskInput
input
UpdateTaskInputFields
taskId
ID!
required
title
String
description
String
status
priority
Int
companyId
ID
Only one of companyId or tenantId can be set. Cannot specify both. Setting companyId will unset tenantId if it already exists.
tenantId
ID
Only one of companyId or tenantId can be set. Cannot specify both. Setting tenantId will unset companyId if it already exists.
assignedTo

