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

Commit 41179f9

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 4b2509f commit 41179f9

File tree

9 files changed

+1251
-490
lines changed

9 files changed

+1251
-490
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515
`assignee`, `author`, `repo`(repository name), `begin` and `end` (creation
1616
date range). The query returns the `openIssueCount` field, indicating the
1717
number of open issues.
18+
- Added new fields to the `PullRequests` GraphQL query and corresponding fields to
19+
the `graphql::pull_request::PullRequest` struct.
1820

1921
### Changed
2022

0 commit comments

Comments
 (0)