DeletePullRequestReviewCommentPayload [object]
Autogenerated return type of DeletePullRequestReviewComment
Attributes
String [scalar]
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
A unique identifier for the client performing the mutation.
PullRequestReview [object]
A review object for a given pull request.
Implements
Attributes
The actor who authored the comment.
Author's association with the subject of the comment.
Indicates whether the author of this review has push access to the repository.
Identifies the pull request review body.
The body rendered to HTML.
The body of this review rendered as plain text.
A list of review comments for the current pull request review.
Identifies the commit associated with this pull request review.
Identifies the date and time when the object was created.
Check if this comment was created via an email reply.
Identifies the primary key from the database.
The actor who edited the comment.
Identifies the primary key from the database as a BigInt.
The Node ID of the PullRequestReview object
Check if this comment was edited and includes an edit with the creation data
Returns whether or not a comment has been minimized.
The moment the editor made the last edit
Returns why the comment was minimized. One of abuse
, off-topic
,outdated
, resolved
, duplicate
and spam
. Note that the case and
formatting of these values differs from the inputs to the MinimizeComment
mutation.
A list of teams that this review was made on behalf of.
Identifies when the comment was published at.
Identifies the pull request associated with this pull request review.
A list of reactions grouped by content left on the subject.
A list of Reactions left on the Issue.
The repository associated with this node.
The HTTP path permalink for this PullRequestReview.
Identifies the current state of the pull request review.
Identifies when the Pull Request Review was submitted
Identifies the date and time when the object was last updated.
The HTTP URL permalink for this PullRequestReview.
A list of edits to this content.
Check if the current viewer can delete this object.
Check if the current viewer can minimize this object.
Can user react to this subject
Check if the current viewer can update this object.
Reasons why the current viewer can not update this comment.
Did the viewer author this comment.
The pull request review the deleted comment belonged to.
PullRequestReviewComment [object]
A review comment associated with a given repository pull request.
Implements
Attributes
The actor who authored the comment.
Author's association with the subject of the comment.
The comment body of this review comment.
The body rendered to HTML.
The comment body of this review comment rendered as plain text.
Identifies the commit associated with the comment.
Identifies when the comment was created.
Check if this comment was created via an email reply.
Identifies the primary key from the database.
The diff hunk to which the comment applies.
Identifies when the comment was created in a draft state.
The actor who edited the comment.
Identifies the primary key from the database as a BigInt.
The Node ID of the PullRequestReviewComment object
Check if this comment was edited and includes an edit with the creation data
Returns whether or not a comment has been minimized.
The moment the editor made the last edit
The end line number on the file to which the comment applies
Returns why the comment was minimized. One of abuse
, off-topic
,outdated
, resolved
, duplicate
and spam
. Note that the case and
formatting of these values differs from the inputs to the MinimizeComment
mutation.
Identifies the original commit associated with the comment.
The end line number on the file to which the comment applied when it was first created
The original line index in the diff to which the comment applies.
The start line number on the file to which the comment applied when it was first created
Identifies when the comment body is outdated
The path to which the comment applies.
The line index in the diff to which the comment applies.
Identifies when the comment was published at.
The pull request associated with this review comment.
The pull request review associated with this review comment.
A list of reactions grouped by content left on the subject.
A list of Reactions left on the Issue.
The comment this is a reply to.
The repository associated with this node.
The HTTP path permalink for this review comment.
The start line number on the file to which the comment applies
Identifies the state of the comment.
The level at which the comments in the corresponding thread are targeted, can be a diff line or a file
Identifies when the comment was last updated.
The HTTP URL permalink for this review comment.
A list of edits to this content.
Check if the current viewer can delete this object.
Check if the current viewer can minimize this object.
Can user react to this subject
Check if the current viewer can update this object.
Reasons why the current viewer can not update this comment.
Did the viewer author this comment.
The deleted pull request review comment.