INPUT_OBJECT
Autogenerated input type of UpdatePullRequestReviewComment
input UpdatePullRequestReviewCommentInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The Node ID of the comment to modify.pullRequestReviewCommentId: ID!# The text of the comment.body: String!}