OBJECT
InsightCountByCategory
Get count of insight by category
link GraphQL Schema definition
- type InsightCountByCategory {
- # Category of count ex: assignee or status
- String! :
- # Count for each type in category
- InsightCountByType!] : [
- }
OBJECT
Get count of insight by category
- type InsightCountByCategory {
- # Category of count ex: assignee or status
- String! :
- # Count for each type in category
- InsightCountByType!] : [
- }