OBJECT
Task groups of the Assignar platform.
type TaskGroup {# Unique ID.id: Int! # Task group namename: String! # The tasks associated with this task grouptasks: [Task] }