INPUT_OBJECT

DeletePullRequestReviewInput

Autogenerated input type of DeletePullRequestReview

link GraphQL Schema definition

  • input DeletePullRequestReviewInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the pull request review to delete.
  • pullRequestReviewId: ID!
  • }