For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentRefreshResult

Examples

type IncidentRefreshResult {
  totalMatches: Int!
  newCount: Int!
  resolvedCount: Int!
  removedCount: Int!
  safeVersionCount: Int!
  lastCheckedAt: DateTime!
}

Fields

Field
Description
Supported fields

totalMatches Int!

newCount Int!

resolvedCount Int!

removedCount Int!

safeVersionCount Int!

lastCheckedAt DateTime!

References

Mutations using this object:

Last updated