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