OBJECT
PullRequestReviewComment
A review comment associated with a given repository pull request.
link GraphQL Schema definition
- type PullRequestReviewComment implements Node, Comment, Reactable, RepositoryNode {
- # The author of the comment.
- Author :
- # The comment body of this review comment.
- String! :
- # The comment body of this review comment rendered to HTML.
- HTML! :
- # The comment body of this review comment rendered as plain text.
- String! :
- # Identifies the commit associated with the comment.
- Commit! :
- # Identifies when the comment was created.
- DateTime! :
- # Check if this comment was created via an email reply.
- Boolean! :
- # Identifies the primary key from the database.
- Int @deprecated( reason: "Exposed database IDs will eventually be removed in favor of global Relay IDs." ) :
- # The diff hunk to which the comment applies.
- String! :
- # The editor of the comment.
- Author :
- ID! :
- # The moment the editor made the last edit
- DateTime :
- # Are reaction live updates enabled for this subject.
- Boolean! :
- # Identifies the original commit associated with the comment.
- Commit! :
- # The original line index in the diff to which the comment applies.
- Int! :
- # The path to which the comment applies.
- String! :
- # The line index in the diff to which the comment applies.
- Int :
- # The pull request associated with this review comment.
- PullRequest! :
- # The pull request review associated with this review comment.
- PullRequestReview! :
- # A list of reactions grouped by content left on the subject.
- ReactionGroup!] : [
- # A list of Reactions left on the Issue.
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- # content: Allows filtering Reactions by emoji.
- # orderBy: Allows specifying the order in which reactions are
- # returned.
- (
- Int, :
- String, :
- Int, :
- String, :
- ReactionContent, :
- ReactionOrder :
- ): ReactionConnection!
- # The websocket channel ID for reaction live updates.
- String! :
- # The repository associated with this review comment.
- Repository! :
- # Identifies when the comment was last updated.
- DateTime! :
- # The HTTP URL permalink for this review comment.
- URI! :
- # Check if the current viewer can delete this comment.
- Boolean! :
- # Check if the current viewer edit this comment.
- Boolean! :
- # Can user react to this subject
- Boolean! :
- # Errors why the current viewer can not edit this comment.
- CommentCannotEditReason!]! : [
- # Did the viewer author this comment.
- Boolean! :
- # The websocket channel ID for live updates.
- #
- # Arguments
- # channel: The channel to use.
- PullRequestPubSubTopic!): String! ( :
- }
link Require by
- AddPullRequestReviewCommentPayloadAutogenerated return type of AddPullRequestReviewComment
- IssueTimelineItemAn item in an issue/pull request timeline
- PullRequestReviewCommentConnectionThe connection type for PullRequestReviewComment.
- PullRequestReviewCommentEdgeAn edge in a connection.
- UpdatePullRequestReviewCommentPayloadAutogenerated return type of UpdatePullRequestReviewComment