OBJECT

InsightRuleConnection

Relay page of Insight Rules

link GraphQL Schema definition

  • type InsightRuleConnection implements Connection {
  • # The count of number of Insight Rules in a page
  • count: Int!
  • # Connection Edge
  • edges: [InsightRuleEdge!]
  • # List of Insight Rules in this page
  • insightRules: [InsightRule!]
  • # Generic Page Information
  • pageInfo: PageInfo!
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }