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