Object GitHub::PullRequestRevisionMarker
Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.
Fields
createdAt: DateTime!
Identifies the date and time when the object was created.
lastSeenCommit: Commit!
The last commit the viewer has seen.
pullRequest: PullRequest!
The pull request to which the marker belongs.