File tree
Expand file treeCollapse file tree
6 files changed
+66
-0
lines changedFilter options
- src
- graphql-aspnet
- Defaults
- Response
- Schemas/TypeSystem/Scalars
- tests/graphql-aspnet-tests/Schemas
Expand file treeCollapse file tree
6 files changed
+66
-0
lines changedsrc/graphql-aspnet/Constants.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Constants.cs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| 206 | + |
206 | 207 |
|
207 | 208 |
|
208 | 209 |
|
|
src/graphql-aspnet/Defaults/DefaultScalarTypeProvider.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Defaults/DefaultScalarTypeProvider.cs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| 61 | + |
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
|
src/graphql-aspnet/Response/BaseResponseWriter.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Response/BaseResponseWriter.cs+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
216 | 220 |
|
217 | 221 |
|
218 | 222 |
|
|
src/graphql-aspnet/Schemas/TypeSystem/Scalars/UShortScalarType.cs
Copy file name to clipboard+49Lines changed: 49 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 | + |
src/tests/graphql-aspnet-tests/Schemas/QueryLanguageGeneratorTests.cs
Copy file name to clipboardExpand all lines: src/tests/graphql-aspnet-tests/Schemas/QueryLanguageGeneratorTests.cs+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
|
src/tests/graphql-aspnet-tests/Schemas/ScalarTests.cs
Copy file name to clipboardExpand all lines: src/tests/graphql-aspnet-tests/Schemas/ScalarTests.cs+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
102 | 109 |
|
103 | 110 |
|
104 | 111 |
|
|
0 commit comments