taskAdd
Add a task to a taskable entity
taskAdd(
input: AddTaskInput!
): Task!
Arguments
taskAdd.input
● AddTaskInput!
non-null input
Parameters for AddTask
Type
Task
object
A task that can be assigned to a user and is associated with a taskable entity.