TaskFilterInput
Input type for filtering tasks
input TaskFilterInput {
assigneeId: ID
creationEnd: ISO8601DateTime
creationStart: ISO8601DateTime
dueDateEnd: ISO8601DateTime
dueDateStart: ISO8601DateTime
keyword: String
priority: TaskPriorityEnum
sortType: SortTypeEnum
status: TaskStatusEnum
}
Fields
TaskFilterInput.assigneeId ● ID scalar common
The ID of the party to whom the tasks are assigned
TaskFilterInput.creationEnd ● ISO8601DateTime scalar common
The end date and time for task creation
TaskFilterInput.creationStart ● ISO8601DateTime scalar common
The start date and time for task creation
TaskFilterInput.dueDateEnd ● ISO8601DateTime scalar common
The end date and time for task due date
TaskFilterInput.dueDateStart ● ISO8601DateTime scalar common
The start date and time for task due date
TaskFilterInput.keyword ● String scalar common
The keyword to search for in the task title or description
TaskFilterInput.priority ● TaskPriorityEnum enum common
The priority of the tasks to retrieve
TaskFilterInput.sortType ● SortTypeEnum enum common
TaskFilterInput.status ● TaskStatusEnum enum common
The status of the tasks to retrieve
Member Of
tasks query