INPUT_OBJECT

SubmitPullRequestReviewInput

Autogenerated input type of SubmitPullRequestReview

link GraphQL Schema definition

1input SubmitPullRequestReviewInput {
4
2# A unique identifier for the client performing the mutation.
3clientMutationId: String
7
5# The Pull Request Review ID to submit.
6pullRequestReviewId: ID!
10
8# The event to send to the Pull Request Review.
9event: PullRequestReviewEvent!
13
11# The text field to set on the Pull Request Review.
12body: String
14}