debian-mirror-gitlab/app/assets/javascripts/alert_management/graphql/fragments/detail_item.fragment.graphql
2021-01-03 14:25:43 +05:30

31 lines
407 B
GraphQL

#import "./list_item.fragment.graphql"
#import "./alert_note.fragment.graphql"
fragment AlertDetailItem on AlertManagementAlert {
...AlertListItem
createdAt
monitoringTool
metricsDashboardUrl
service
description
updatedAt
endedAt
hosts
environment {
name
path
}
details
runbook
todos {
nodes {
id
}
}
notes {
nodes {
...AlertNote
}
}
}