Object GitHub::ReviewRequestRemovedEvent

Represents an 'review_request_removed' event on a given pull request.

Fields

actor: Actor

Identifies the actor who performed the event.

createdAt: DateTime!

Identifies the date and time when the object was created.

id: ID!

pullRequest: PullRequest!

PullRequest referenced by event.

requestedReviewer: RequestedReviewer

Identifies the reviewer whose review request was removed.

Uses

PullRequestTimelineItem

PullRequestTimelineItems

Node