File tree
8 files changed
+305
-21
lines changedFilter options
- src
- graphql-aspnet/Configuration
- unit-tests/graphql-aspnet-tests
- Configuration
- Execution
- TestData/FieldExecutionorderTestData
8 files changed
+305
-21
lines changedsrc/graphql-aspnet/Configuration/GraphQLSchemaBuilderExtensions.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Configuration/GraphQLSchemaBuilderExtensions.cs+28-20Lines changed: 28 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 |
| - |
51 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
52 | 54 |
|
53 |
| - |
54 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
| ||
60 | 63 |
|
61 | 64 |
|
62 | 65 |
|
63 |
| - |
| 66 | + |
64 | 67 |
|
65 |
| - |
66 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
67 | 72 |
|
68 |
| - |
| 73 | + |
| 74 | + |
69 | 75 |
|
70 | 76 |
|
71 | 77 |
|
| ||
96 | 102 |
|
97 | 103 |
|
98 | 104 |
|
99 |
| - |
| 105 | + |
100 | 106 |
|
101 | 107 |
|
102 | 108 |
|
| ||
166 | 172 |
|
167 | 173 |
|
168 | 174 |
|
169 |
| - |
| 175 | + |
170 | 176 |
|
171 | 177 |
|
172 | 178 |
|
173 |
| - |
| 179 | + |
174 | 180 |
|
175 | 181 |
|
176 |
| - |
177 | 182 |
|
178 |
| - |
179 | 183 |
|
180 |
| - |
| 184 | + |
181 | 185 |
|
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
187 | 195 |
|
188 | 196 |
|
189 | 197 |
|
|
src/graphql-aspnet/Configuration/SchemaInjectorCollection.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Configuration/SchemaInjectorCollection.cs+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
22 | 32 |
|
23 |
| - |
| 33 | + |
24 | 34 |
|
25 | 35 |
|
src/unit-tests/graphql-aspnet-tests/Configuration/ConfigurationSetupTests.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-tests/Configuration/ConfigurationSetupTests.cs+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
353 | 353 |
|
354 | 354 |
|
355 | 355 |
|
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
356 | 376 |
|
357 | 377 |
|
src/unit-tests/graphql-aspnet-tests/Execution/FieldExecutionOrderTests.cs
Copy file name to clipboard+107Lines changed: 107 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
src/unit-tests/graphql-aspnet-tests/Execution/TestData/FieldExecutionorderTestData/ChickenController.cs
Copy file name to clipboard+44Lines changed: 44 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
src/unit-tests/graphql-aspnet-tests/Execution/TestData/FieldExecutionorderTestData/ChickenMeal.cs
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
src/unit-tests/graphql-aspnet-tests/Execution/TestData/FieldExecutionorderTestData/HamburgerController.cs
Copy file name to clipboard+41Lines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
src/unit-tests/graphql-aspnet-tests/Execution/TestData/FieldExecutionorderTestData/HamburgerMeal.cs
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
0 commit comments