INPUT_OBJECT
Task_Exact
Exact match query arguments for Task
link GraphQL Schema definition
- input Task_Exact {
- # Select multiple Task by ID.
- Int] : [
- # Task name.
- String :
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # `true` to show the deleted items, `false` otherwise.
- Boolean :
- # List of project ids to filter tasks based on the associated task groups, if not
- # task groups associated, all tasks returned
- Int]] : [[
- # List of client ids to filter tasks based on the associated task groups, if not
- # task groups associated, all tasks returned
- Int]] : [[
- # `true` to show the skill required tasks, `false` to show asset required tasks.
- # `null` to show both skill required and asset required tasks. Defaults to null.
- Boolean :
- }