17 lines
212 B
GraphQL
17 lines
212 B
GraphQL
fragment AlertListItem on AlertManagementAlert {
|
|
iid
|
|
title
|
|
severity
|
|
status
|
|
startedAt
|
|
eventCount
|
|
issueIid
|
|
assignees {
|
|
nodes {
|
|
name
|
|
username
|
|
avatarUrl
|
|
webUrl
|
|
}
|
|
}
|
|
}
|