INPUT_OBJECT
SubmitPullRequestReviewInput
Autogenerated input type of SubmitPullRequestReview
link GraphQL Schema definition
- input SubmitPullRequestReviewInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The Pull Request Review ID to submit.
- ID! :
- # The event to send to the Pull Request Review.
- PullRequestReviewEvent! :
- # The text field to set on the Pull Request Review.
- String :
- }