tasks
Get tasks for a taskable entity
tasks(
filters: TaskFilterInput
taskableId: ID!
taskableType: TaskableTypeEnum!
): [Task!]!
Arguments
tasks.filters
● TaskFilterInput
input
Filters to apply to the tasks
tasks.taskableId
● ID!
non-null scalar
The ID of the taskable entity
tasks.taskableType
● TaskableTypeEnum!
non-null enum
The type of the taskable entity
Type
Task
object
A task that can be assigned to a user and is associated with a taskable entity.