INPUT_OBJECT
Specifies a review comment to be left with a Pull Request Review.
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!}