Welcome to mirror list, hosted at ThFree Co, Russian Federation.

listItem.fragment.graphql « fragments « graphql « alert_management « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fffe07b0cfd634bb5b7f429c4316cb897fb44427 (plain)
1
2
3
4
5
6
7
8
9
fragment AlertListItem on AlertManagementAlert {
  iid
  title
  severity
  status
  startedAt
  endedAt
  eventCount
}