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
- Int! :
- # Connection Edge
- InsightRuleEdge!] : [
- # List of Insight Rules in this page
- InsightRule!] : [
- # Generic Page Information
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }