Github API - Test Config

AddPullRequestReviewCommentPayload [object]

Autogenerated return type of AddPullRequestReviewComment

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.

comment 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 newly created comment.

commentEdge PullRequestReviewCommentEdge

PullRequestReviewCommentEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

The edge from the review's comment connection.

API:
Github GraphQL API