Input Object GitHub::AddPullRequestReviewCommentInput
Autogenerated input type of AddPullRequestReviewComment
Input Fields
pullRequestId: ID
The node ID of the pull request reviewing
pullRequestReviewId: ID
The Node ID of the review to modify.
commitOID: GitObjectID
The SHA of the commit to comment on.
body: String!
The text of the comment.
path: String
The relative path of the file to comment on.
position: Int
The line index in the diff to comment on.
inReplyTo: ID
The comment id to reply to.
clientMutationId: String
A unique identifier for the client performing the mutation.