INPUT_OBJECT

DismissPullRequestReviewInput

Autogenerated input type of DismissPullRequestReview

link GraphQL Schema definition

  • 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!
  • }