INPUT_OBJECT

DraftPullRequestReviewComment

Specifies a review comment to be left with a Pull Request Review.

link GraphQL Schema definition

  • input DraftPullRequestReviewComment {
  • # Path to the file being commented on.
  • path: String!
  • # Position in the file to leave a comment on.
  • position: Int!
  • # Body of the comment to leave.
  • body: String!
  • }