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

incidentEventsConnection

Examples

type IncidentEventsConnection {
  items: [IncidentEvent!]!
  totalCount: Int!
  hasMore: Boolean!
}

Fields

Field
Description
Supported fields

id String! incidentId String! kind IncidentEventKind! message String! actor String! createdAt DateTime!

totalCount Int!

hasMore Boolean!

References

Queries using this object:

Last updated