This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Commit fa654cb
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 94c437f commit fa654cb
File tree
9 files changed
+1238
-485
lines changed- src
- github
- graphql
9 files changed
+1238
-485
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments