OBJECT
InsightNotificationRuleConnection
link GraphQL Schema definition
- type InsightNotificationRuleConnection implements Connection, NotificationRuleConnection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- InsightNotificationRuleConnectionEdge!] : [
- InsightNotificationRule!] : [
- # Paging support
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }