Github API - Test Config

DeletePullRequestReviewCommentPayload [object]

Autogenerated return type of DeletePullRequestReviewComment

Attributes
clientMutationId String

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.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

PullRequestReview [object]

A review object for a given pull request.

Implements
CommentDeletableMinimizableNodeReactableRepositoryNodeUpdatableUpdatableComment
Attributes
author Actor

The actor who authored the comment.

authorAssociation CommentAuthorAssociation

Author's association with the subject of the comment.

authorCanPushToRepository Boolean

Indicates whether the author of this review has push access to the repository.

body String

Identifies the pull request review body.

bodyHTML HTML

The body rendered to HTML.

bodyText String

The body of this review rendered as plain text.

A list of review comments for the current pull request review.

commit Commit

Identifies the commit associated with this pull request review.

createdAt DateTime

Identifies the date and time when the object was created.

createdViaEmail Boolean

Check if this comment was created via an email reply.

databaseId Int

Identifies the primary key from the database.

Deprecated: `databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC.
editor Actor

The actor who edited the comment.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

id ID

The Node ID of the PullRequestReview object

includesCreatedEdit Boolean

Check if this comment was edited and includes an edit with the creation data

isMinimized Boolean

Returns whether or not a comment has been minimized.

lastEditedAt DateTime

The moment the editor made the last edit

minimizedReason String

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.

onBehalfOf TeamConnection

A list of teams that this review was made on behalf of.

publishedAt DateTime

Identifies when the comment was published at.

pullRequest PullRequest

Identifies the pull request associated with this pull request review.

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

repository Repository

The repository associated with this node.

resourcePath URI

The HTTP path permalink for this PullRequestReview.

Identifies the current state of the pull request review.

submittedAt DateTime

Identifies when the Pull Request Review was submitted

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL permalink for this PullRequestReview.

userContentEdits UserContentEditConnection

A list of edits to this content.

viewerCanDelete Boolean

Check if the current viewer can delete this object.

viewerCanMinimize Boolean

Check if the current viewer can minimize this object.

viewerCanReact Boolean

Can user react to this subject

viewerCanUpdate Boolean

Check if the current viewer can update this object.

viewerCannotUpdateReasons CommentCannotUpdateReason []

Reasons why the current viewer can not update this comment.

viewerDidAuthor Boolean

Did the viewer author this comment.

API:
Github GraphQL API

The pull request review the deleted comment belonged to.

pullRequestReviewComment PullRequestReviewComment

PullRequestReviewComment [object]

A review comment associated with a given repository pull request.

Implements
CommentDeletableMinimizableNodeReactableRepositoryNodeUpdatableUpdatableComment
Attributes
author Actor

The actor who authored the comment.

authorAssociation CommentAuthorAssociation

Author's association with the subject of the comment.

body String

The comment body of this review comment.

bodyHTML HTML

The body rendered to HTML.

bodyText String

The comment body of this review comment rendered as plain text.

commit Commit

Identifies the commit associated with the comment.

createdAt DateTime

Identifies when the comment was created.

createdViaEmail Boolean

Check if this comment was created via an email reply.

databaseId Int

Identifies the primary key from the database.

Deprecated: `databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC.
diffHunk String

The diff hunk to which the comment applies.

draftedAt DateTime

Identifies when the comment was created in a draft state.

editor Actor

The actor who edited the comment.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

id ID

The Node ID of the PullRequestReviewComment object

includesCreatedEdit Boolean

Check if this comment was edited and includes an edit with the creation data

isMinimized Boolean

Returns whether or not a comment has been minimized.

lastEditedAt DateTime

The moment the editor made the last edit

line Int

The end line number on the file to which the comment applies

minimizedReason String

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.

originalCommit Commit

Identifies the original commit associated with the comment.

originalLine Int

The end line number on the file to which the comment applied when it was first created

originalPosition Int

The original line index in the diff to which the comment applies.

Deprecated: We are phasing out diff-relative positioning for PR comments Removal on 2023-10-01 UTC.
originalStartLine Int

The start line number on the file to which the comment applied when it was first created

outdated Boolean

Identifies when the comment body is outdated

path String

The path to which the comment applies.

position Int

The line index in the diff to which the comment applies.

Deprecated: We are phasing out diff-relative positioning for PR comments Use the `line` and `startLine` fields instead, which are file line numbers instead of diff line numbers Removal on 2023-10-01 UTC.
publishedAt DateTime

Identifies when the comment was published at.

pullRequest PullRequest

The pull request associated with this review comment.

pullRequestReview PullRequestReview

The pull request review associated with this review comment.

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

The comment this is a reply to.

repository Repository

The repository associated with this node.

resourcePath URI

The HTTP path permalink for this review comment.

startLine Int

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

updatedAt DateTime

Identifies when the comment was last updated.

url URI

The HTTP URL permalink for this review comment.

userContentEdits UserContentEditConnection

A list of edits to this content.

viewerCanDelete Boolean

Check if the current viewer can delete this object.

viewerCanMinimize Boolean

Check if the current viewer can minimize this object.

viewerCanReact Boolean

Can user react to this subject

viewerCanUpdate Boolean

Check if the current viewer can update this object.

viewerCannotUpdateReasons CommentCannotUpdateReason []

Reasons why the current viewer can not update this comment.

viewerDidAuthor Boolean

Did the viewer author this comment.

API:
Github GraphQL API

The deleted pull request review comment.

API:
Github GraphQL API