summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphql_shared/fragments/alert.fragment.graphql
blob: 3ecaee435e2725026efb63caa1757ab8ba8709c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fragment AlertListItem on AlertManagementAlert {
  id
  iid
  title
  severity
  status
  startedAt
  eventCount
  issue {
    id
    iid
    state
    title
    webUrl
  }
}