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

Commit c354b53

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 9a702ae commit c354b53

File tree

5 files changed

+722
-85
lines changed

5 files changed

+722
-85
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
- Added a new GraphQL API: `discussionStat` query, allowing users to filter
2426
discussions by `author`, `repo` (repository name), `begin`, and `end`
2527
(creation date range). The query returns the `totalCount` field, indicating

0 commit comments

Comments
 (0)