INPUT_OBJECT
DestroyTasksAttributes
link GraphQL Schema definition
- input DestroyTasksAttributes {
- # Filter for tasks.
- : FilterSetAttributes
- # Array of IDs of tasks to assign.
- : [ID!]
- # Array of IDs of tasks to omit.
- : [ID!]
- # Scope tasks by this user ID.
- : [ID!]
- # Scope tasks by tab group.
- : [TaskGroupEnum!]
- }