Input for the createIssueComment mutation
input CreateIssueCommentInput { answers: ID body: String! issue: ID! referencedArtefacts: [ID!] }
CreateIssueCommentInput.answers
ID
The id of the Comment the created IssueComment answers
CreateIssueCommentInput.body
String!
Initial body of the IssueComment
CreateIssueCommentInput.issue
ID!
The id of the Issue the IssueComment is created on
CreateIssueCommentInput.referencedArtefacts
[ID!]
Ids of initially referenced artefacts
createIssueComment mutation
createIssueComment
CreateIssueCommentInput
Input for the createIssueComment mutation
Fields
CreateIssueCommentInput.answers●IDscalar The id of the Comment the created IssueComment answers
CreateIssueCommentInput.body●String!non-null scalar Initial body of the IssueComment
CreateIssueCommentInput.issue●ID!non-null scalar The id of the Issue the IssueComment is created on
CreateIssueCommentInput.referencedArtefacts●[ID!]list scalar Ids of initially referenced artefacts
Member Of
createIssueCommentmutation