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

detailItem.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: df802616e97701a3fb2cc2c9c4e6ff7ef8e39c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
#import "./listItem.fragment.graphql"

fragment AlertDetailItem on AlertManagementAlert {
  ...AlertListItem
  createdAt
  monitoringTool
  service
  description
  updatedAt
  details
}