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

incidentCommentsConnection

Examples

type IncidentCommentsConnection {
  items: [IncidentComment!]!
  totalCount: Int!
  hasMore: Boolean!
}

Fields

Field
Description
Supported fields

id String! incidentId String! text String! authorId String! authorName String authorEmail String edited Boolean! createdAt DateTime! updatedAt DateTime

totalCount Int!

hasMore Boolean!

References

Queries using this object:

Last updated