debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/alert.fragment.graphql

15 lines
163 B
GraphQL
Raw Normal View History

2020-05-24 23:13:21 +05:30
fragment AlertListItem on AlertManagementAlert {
iid
title
severity
status
startedAt
eventCount
2021-04-17 20:07:23 +05:30
issue {
iid
state
title
2021-06-08 01:23:25 +05:30
webUrl
2021-04-17 20:07:23 +05:30
}
2020-05-24 23:13:21 +05:30
}