Mutations
updateTask
Update an existing task. Only the fields you include are changed — omitted fields are left as-is. Setting companyId clears any existing tenantId and vice versa, since a task may be linked to at most one. Requires the task:edit permission.
MUTATION
updateTask(input: UpdateTaskInput!): UpdateTaskOutput!Arguments
input
required
Returns
task
error
Mutation
Variables
Response
Mutation
Variables
Response

