INPUT_OBJECT
SubmitPullRequestReviewInput
Autogenerated input type of SubmitPullRequestReview
link GraphQL Schema definition
1 input SubmitPullRequestReviewInput { 4 2 # A unique identifier for the client performing the mutation. 3 String : 7 5 # The Pull Request Review ID to submit. 6 ID! : 10 8 # The event to send to the Pull Request Review. 9 PullRequestReviewEvent! : 13 11 # The text field to set on the Pull Request Review. 12 String : 14 }