Skip to main content

tasks

Get tasks for a taskable entity

tasks(
filters: TaskFilterInput
taskableId: ID!
taskableType: TaskableTypeEnum!
): [Task!]!

Arguments

tasks.filters ● TaskFilterInput input common

Filters to apply to the tasks

tasks.taskableId ● ID! non-null scalar common

The ID of the taskable entity

tasks.taskableType ● TaskableTypeEnum! non-null enum common

The type of the taskable entity

Type

Task object common

A task that can be assigned to a user and is associated with a taskable entity.