Input for the updateIssueComment mutation
input UpdateIssueCommentInput { addedReferencedArtefacts: [ID!] body: String id: ID! removedReferencedArtefacts: [ID!] }
UpdateIssueCommentInput.addedReferencedArtefacts
[ID!]
Ids of Artefacts which should be added to referencedArtefacts
referencedArtefacts
UpdateIssueCommentInput.body
String
The body of the Comment
UpdateIssueCommentInput.id
ID!
The id of the node to update
UpdateIssueCommentInput.removedReferencedArtefacts
Ids of Artefacts which should be removed from referencedArtefacts
updateIssueComment mutation
updateIssueComment
UpdateIssueCommentInput
Input for the updateIssueComment mutation
Fields
UpdateIssueCommentInput.addedReferencedArtefacts●[ID!]list scalar Ids of Artefacts which should be added to
referencedArtefactsUpdateIssueCommentInput.body●Stringscalar 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
referencedArtefactsMember Of
updateIssueCommentmutation