OBJECT
SecurityAlertsConnection
link GraphQL Schema definition
- type SecurityAlertsConnection implements Connection {
- # List of configured alerts in the current page
- SecurityAlert!] : [
- # Count of alerts in current page
- Int! :
- # Relay-compatible connection edge
- SecurityAlertEdge!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of alerts
- Int :
- }