UpdateIssueCommentInput
Input for the updateIssueComment mutation
input UpdateIssueCommentInput {
  addedReferencedArtefacts: [ID!]
  body: String
  id: ID!
  removedReferencedArtefacts: [ID!]
}
Fields
UpdateIssueCommentInput.addedReferencedArtefacts ● [ID!] list scalar
Ids of Artefacts which should be added to
referencedArtefacts
UpdateIssueCommentInput.body ● String scalar
The body of the Comment
UpdateIssueCommentInput.id ● ID! non-null scalar
The id of the node to update
UpdateIssueCommentInput.removedReferencedArtefacts ● [ID!] list scalar
Ids of Artefacts which should be removed from
referencedArtefacts
Member of
updateIssueComment  mutation