This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Commit 41179f9
committed
Add new fields to
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.PullRequests query1 parent 4b2509f commit 41179f9
File tree
9 files changed
+1251
-490
lines changed- src
- github
- graphql
9 files changed
+1251
-490
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments