OBJECT
FindingNotificationRuleConnection
link GraphQL Schema definition
- type FindingNotificationRuleConnection implements Connection, NotificationRuleConnection {
- # Count of Notification Rules in current page
- Int! :
- # Relay-compatible connection edge
- FindingNotificationRuleEdge!] : [
- # List of configured Notification Rules in the current page
- FindingNotificationRule!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of Notification Rules
- Int :
- }