INPUT_OBJECT
Autogenerated input type of DismissPullRequestReview
input DismissPullRequestReviewInput {# 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 dismissal message.message: String!}