INPUT_OBJECT
AddPullRequestReviewInput
Autogenerated input type of AddPullRequestReview
link GraphQL Schema definition
- input AddPullRequestReviewInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The Node ID of the pull request to modify.
- ID! :
- # The contents of the review body comment.
- String :
- # The event to perform on the pull request review.
- PullRequestReviewEvent :
- # The review line comments.
- DraftPullRequestReviewComment] : [
- }