This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Commit 804552b
authored
Update
- Added new fields (specified in #169) to the GraphQL query.
- Restored previously commented-out project-related fields.
- Explicitly mapped GraphQL custom scalar `URI` to Rust.
- Updated `GitHubIssue` struct to align with the `Issue` struct, and
adjusted related functions accordingly.
- Made alias for enums related with `GitHubIssue` struct.
- Changed the numeric type in `parse_key`'s return value from `i64` to
`i32` to align with the GraphQL API.
Close: #169Issues GraphQL query and related codes1 parent 4b2509f commit 804552b
File tree
7 files changed
+588
-70
lines changed- src
- github
- graphql
7 files changed
+588
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments