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