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

addIncidentCommentInput

Examples

input AddIncidentCommentInput {
  text: String!
  authorName: String
  authorEmail: String
}

Fields

Field
Description
Supported fields

text String!

authorName String

authorEmail String

References

Mutations using this object:

Last updated