11 lines
186 B
GraphQL
11 lines
186 B
GraphQL
#import "./listItem.fragment.graphql"
|
|
|
|
fragment AlertDetailItem on AlertManagementAlert {
|
|
...AlertListItem
|
|
createdAt
|
|
monitoringTool
|
|
service
|
|
description
|
|
updatedAt
|
|
details
|
|
}
|