OBJECT

TaskGroup

Task groups of the Assignar platform.

link GraphQL Schema definition

  • type TaskGroup {
  • # Unique ID.
  • id: Int!
  • # Task group name
  • name: String!
  • # The tasks associated with this task group
  • tasks: [Task]
  • }