INPUT_OBJECT
AssignTasksAttributes
link GraphQL Schema definition
- input AssignTasksAttributes {
- # Assign tasks to this user ID.
- : ID
- # 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!]
- }