INPUT_OBJECT

AddPullRequestReviewCommentInput

Autogenerated input type of AddPullRequestReviewComment

link GraphQL Schema definition

1input AddPullRequestReviewCommentInput {
4
2# A unique identifier for the client performing the mutation.
3clientMutationId: String
7
5# The Node ID of the review to modify.
6pullRequestReviewId: ID!
10
8# The SHA of the commit to comment on.
9commitOID: GitObjectID
13
11# The text of the comment.
12body: String!
16
14# The relative path of the file to comment on.
15path: String
19
17# The line index in the diff to comment on.
18position: Int
22
20# The comment id to reply to.
21inReplyTo: ID
23}