INPUT_OBJECT
AddPullRequestReviewCommentInput
Autogenerated input type of AddPullRequestReviewComment
link GraphQL Schema definition
- input AddPullRequestReviewCommentInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The Node ID of the review to modify.
- ID! :
- # The SHA of the commit to comment on.
- GitObjectID :
- # The text of the comment.
- String! :
- # The relative path of the file to comment on.
- String :
- # The line index in the diff to comment on.
- Int :
- # The comment id to reply to.
- ID :
- }