OBJECT
Query result of task sets with metadata.
1type TaskSets {23# Total count of task sets matching the query.4totalCount: Int! 56# The list of task sets.7taskSets: [TaskSet!]! 89# Page info of the query. See PageInfo for full description.10pageInfo: PageInfo! 1112}