TypesObjects
AlertConnectionEdge
No description
type AlertConnectionEdge {
node: Alert!
monitoredEntityId: ID!
monitoredEntity: MonitoredEntityLike
}Fields
node Alert! non-null object
monitoredEntityId ID! non-null scalar
ID!
The ID of the monitored entity. Always present even if the entity itself has been deleted.
monitoredEntity MonitoredEntityLike interface
Member Of
AlertConnection object