File tree
Expand file treeCollapse file tree
13 files changed
+907
-43
lines changedFilter options
- build
- src
- graphql-aspnet
- Configuration
- Defaults
- Variables
- Web
- Exceptions
- tests/graphql-aspnet-tests/Web
Expand file treeCollapse file tree
13 files changed
+907
-43
lines changedbuild/invokePrBuild.ps1 renamed to build/invoke-pr-build.ps1
Copy file name to clipboardFile renamed without changes.
build/nuget-package-readme.md
Copy file name to clipboardExpand all lines: build/nuget-package-readme.md+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 |
|
6 | 4 |
|
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
| 5 | + |
11 | 6 |
|
12 | 7 |
|
13 | 8 |
|
|
src/graphql-aspnet/Configuration/SchemaQueryHandlerConfiguration.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Configuration/SchemaQueryHandlerConfiguration.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
src/graphql-aspnet/Constants.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Constants.cs+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
568 | 568 |
|
569 | 569 |
|
570 | 570 |
|
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
571 | 601 |
|
572 | 602 |
|
573 | 603 |
|
|
src/graphql-aspnet/Defaults/DefaultGraphQLHttpProcessor{TSchema}.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Defaults/DefaultGraphQLHttpProcessor{TSchema}.cs+37-31Lines changed: 37 additions & 31 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| ||
27 | 25 |
|
28 | 26 |
|
29 | 27 |
|
| 28 | + |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
| ||
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 | 44 |
|
52 | 45 |
|
53 | 46 |
|
| ||
67 | 60 |
|
68 | 61 |
|
69 | 62 |
|
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
74 | 67 |
|
75 | 68 |
|
76 | 69 |
|
| ||
81 | 74 |
|
82 | 75 |
|
83 | 76 |
|
| 77 | + |
84 | 78 |
|
85 | 79 |
|
86 | 80 |
|
87 | 81 |
|
88 | 82 |
|
89 | 83 |
|
90 | 84 |
|
91 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
| ||
229 | 230 |
|
230 | 231 |
|
231 | 232 |
|
232 |
| - |
| 233 | + |
233 | 234 |
|
234 | 235 |
|
235 | 236 |
|
| ||
238 | 239 |
|
239 | 240 |
|
240 | 241 |
|
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
241 | 247 |
|
242 | 248 |
|
243 | 249 |
|
|
src/graphql-aspnet/GraphQueryData.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/GraphQueryData.cs+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
38 | 45 |
|
39 | 46 |
|
40 | 47 |
|
|
src/graphql-aspnet/Variables/InputVariableCollection.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Variables/InputVariableCollection.cs+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
| 36 | + |
| 37 | + |
35 | 38 |
|
36 | 39 |
|
37 | 40 |
|
|
src/graphql-aspnet/Web/Exceptions/HttpContextParsingException.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/graphql-aspnet/Web/GraphQueryHandler{TSchema}.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Web/GraphQueryHandler{TSchema}.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
0 commit comments