This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Commit 1cf9b22
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 3e78bca commit 1cf9b22
File tree
9 files changed
+1283
-502
lines changed- src
- github
- graphql
9 files changed
+1283
-502
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments