Commit cfebc16
authored
fix: refactor CoordinateDependencies, FetchReasons (#1293)
Move them into the "FetchInfo" struct. That struct is ideal for storing
derived data for a Fetch and passing to the later stages of the engine.
Add the BuildFetchReasons option to the planner, that allows other parts
to enable building the FetchReason list.1 parent 37c9582 commit cfebc16
18 files changed
Lines changed: 462 additions & 288 deletions
File tree
- execution
- engine
- v2
- pkg/engine
- datasourcetesting
- datasource/graphql_datasource
- plan
- postprocess
- resolve
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
234 | 240 | | |
235 | 241 | | |
236 | 242 | | |
| |||
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
| 271 | + | |
265 | 272 | | |
266 | 273 | | |
267 | 274 | | |
| |||
827 | 834 | | |
828 | 835 | | |
829 | 836 | | |
830 | | - | |
| 837 | + | |
831 | 838 | | |
832 | 839 | | |
833 | 840 | | |
| |||
875 | 882 | | |
876 | 883 | | |
877 | 884 | | |
878 | | - | |
879 | | - | |
880 | | - | |
| 885 | + | |
881 | 886 | | |
882 | 887 | | |
883 | 888 | | |
| |||
4539 | 4544 | | |
4540 | 4545 | | |
4541 | 4546 | | |
4542 | | - | |
4543 | | - | |
4544 | | - | |
| 4547 | + | |
4545 | 4548 | | |
4546 | 4549 | | |
4547 | 4550 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments