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

incidentComment

Examples

type IncidentComment {
  id: String!
  incidentId: String!
  text: String!
  authorId: String!
  authorName: String
  authorEmail: String
  edited: Boolean!
  createdAt: DateTime!
  updatedAt: DateTime
}

Fields

Field
Description
Supported fields

id String!

incidentId String!

text String!

authorId String!

authorName String

authorEmail String

edited Boolean!

createdAt DateTime!

updatedAt DateTime

References

Mutations using this object:

Fields with this object:

Last updated