OBJECT
AddPullRequestReviewPayload
Autogenerated return type of AddPullRequestReview
link GraphQL Schema definition
- type AddPullRequestReviewPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The newly created pull request review.
- : PullRequestReview!
- # The edge from the pull request's review connection.
- : PullRequestReviewEdge!
- }