Skip to main content

CreateIssueCommentInput

Input for the createIssueComment mutation

input CreateIssueCommentInput {
answers: ID
body: String!
issue: ID!
referencedArtefacts: [ID!]
}

Fields

CreateIssueCommentInput.answers ● ID scalar

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

createIssueComment mutation