OBJECT

SecurityAlertsConnection

link GraphQL Schema definition

  • type SecurityAlertsConnection implements Connection {
  • # List of configured alerts in the current page
  • alerts: [SecurityAlert!]
  • # Count of alerts in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [SecurityAlertEdge!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of alerts
  • totalCount: Int
  • }