Object GitHub::ReviewRequest

A request for a user to review a pull request.

Fields

databaseId: Int

Identifies the primary key from the database.

id: ID!

pullRequest: PullRequest!

Identifies the pull request associated with this review request.

requestedReviewer: RequestedReviewer

The reviewer that is requested.

Uses

ReviewRequestConnection.nodes

ReviewRequestEdge.node

Node