INPUT_OBJECT

AddPullRequestReviewInput

Autogenerated input type of AddPullRequestReview

link GraphQL Schema definition

  • input AddPullRequestReviewInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the pull request to modify.
  • pullRequestId: ID!
  • # The contents of the review body comment.
  • body: String
  • # The event to perform on the pull request review.
  • event: PullRequestReviewEvent
  • # The review line comments.
  • comments: [DraftPullRequestReviewComment]
  • }