Files
openide/plugins/github/resources/graphql/fragment/pullRequestReviewComment.graphql
Pavel Gromov 19db123487 [github] Implement reaction picker
* #IDEA-262641

GitOrigin-RevId: 1ccf63993286511f59083781b09631f86d444680
2024-02-06 16:09:04 +00:00

19 lines
285 B
GraphQL

fragment pullRequestReviewComment on PullRequestReviewComment {
...comment
databaseId
url
state
commit {
...commitHash
}
originalCommit {
...commitHash
}
diffHunk
pullRequestReview {
...nodeInfo
}
viewerCanDelete
viewerCanUpdate
viewerCanReact
}