Github API - Test Config

DismissPullRequestReviewPayload [object]

Autogenerated return type of DismissPullRequestReview

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 dismissed pull request review.

API:
Github GraphQL API