Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit fa654cb

Browse files
committed
Add new fields to PullRequests query
Closes #170 - Added new fields (specified in #170) to the `PullRequests` GraphQL query. - Extended `GitHubPullRequests` to store the additional data. - Implemented support for nested types like labels, comments, reviews, and commits. - Derived `Serialize`/`Deserialize` for new types to enable database storage.
1 parent 94c437f commit fa654cb

File tree

9 files changed

+1238
-485
lines changed

9 files changed

+1238
-485
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2020
timestamps, and project-related metadata.
2121
- Exposed a new `discussions` query in the server’s GraphQL API to query the
2222
stored discussion data.
23+
- Added new fields to the `PullRequests` GraphQL query and corresponding fields to
24+
the `graphql::pull_request::PullRequest` struct.
2325

2426
### Changed
2527

0 commit comments

Comments
 (0)