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