Input Object GitHub::AddPullRequestReviewInput
Autogenerated input type of AddPullRequestReview
Input Fields
pullRequestId: ID!
The Node ID of the pull request to modify.
commitOID: GitObjectID
The commit OID the review pertains to.
body: String
The contents of the review body comment.
event: PullRequestReviewEvent
The event to perform on the pull request review.
comments: [DraftPullRequestReviewComment]
The review line comments.
threads: [DraftPullRequestReviewThread]
The review line comment threads.
clientMutationId: String
A unique identifier for the client performing the mutation.