OBJECT
AddPullRequestReviewCommentPayload
Autogenerated return type of AddPullRequestReviewComment
link GraphQL Schema definition
- type AddPullRequestReviewCommentPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The newly created comment.
- : PullRequestReviewComment!
- # The edge from the review's comment connection.
- : PullRequestReviewCommentEdge!
- }