INPUT_OBJECT

DestroyTasksAttributes

link GraphQL Schema definition

  • input DestroyTasksAttributes {
  • # Filter for tasks.
  • filterSet: FilterSetAttributes
  • # Array of IDs of tasks to assign.
  • selectedTaskIds: [ID!]
  • # Array of IDs of tasks to omit.
  • deselectedTaskIds: [ID!]
  • # Scope tasks by this user ID.
  • userId: [ID!]
  • # Scope tasks by tab group.
  • group: [TaskGroupEnum!]
  • }