INPUT_OBJECT
Autogenerated input type of UpdatePullRequestReview
input UpdatePullRequestReviewInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The Node ID of the pull request review to modify.pullRequestReviewId: ID!# The contents of the pull request review body.body: String!}