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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
170 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 {
2022-01-26 12:08:38 +05:30
id
2021-04-17 20:07:23 +05:30
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
}