OBJECT

InsightCountByCategory

Get count of insight by category

link GraphQL Schema definition

  • type InsightCountByCategory {
  • # Category of count ex: assignee or status
  • category: String!
  • # Count for each type in category
  • countByType: [InsightCountByType!]
  • }