updateTask
This mutation updates a task.
updateTask(
id: ID!
taskData: UpdateTaskDataInput!
): TaskResponsePayload
Arguments
updateTask.id ● ID! non-null scalar
updateTask.taskData ● UpdateTaskDataInput! non-null input
Type
TaskResponsePayload object
A record in the application or the error related to the operation on the contact.