File tree
Expand file treeCollapse file tree
103 files changed
+2646
-1583
lines changedFilter options
- src
- ancillary-projects/starwars/starwars-api70
- Properties
- graphql-aspnet
- Attributes
- Configuration
- Formatting
- FormatRules
- Naming
- Nullability
- Controllers
- Directives/Global
- Engine
- Execution
- FieldResolution
- Response
- Interfaces
- Configuration
- Schema
- Middleware/QueryExecution/Components
- Schemas
- Generation
- RuntimeSchemaItemDefinitions
- TypeMakers
- TypeTemplates
- TypeSystem
- Introspection/Model
- graphql-aspnet-subscriptions/Attributes
- unit-tests
- graphql-aspnet-testframework
- graphql-aspnet-tests
- Configuration
- FormatStrategyTestData
- Execution
- Schemas
- Generation/TypeMakers
- graphql-aspnet-tests-thirdpartydll
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
103 files changed
+2646
-1583
lines changedsrc/ancillary-projects/starwars/starwars-api70/Program.cs
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/Program.cs-29Lines changed: 0 additions & 29 deletions
This file was deleted.
src/ancillary-projects/starwars/starwars-api70/Properties/launchSettings.json
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/Properties/launchSettings.json-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/ancillary-projects/starwars/starwars-api70/Startup.cs
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/Startup.cs-174Lines changed: 0 additions & 174 deletions
This file was deleted.
src/ancillary-projects/starwars/starwars-api70/appsettings.json
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/appsettings.json-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/ancillary-projects/starwars/starwars-api70/starwars-api70.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/starwars-api70.csproj-26Lines changed: 0 additions & 26 deletions
This file was deleted.
src/graphql-aspnet-subscriptions/Attributes/SubscriptionRootAttribute.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Attributes/SubscriptionRootAttribute.cs+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
92 | 91 |
|
93 | 92 |
|
94 | 93 |
|
95 |
| - |
| 94 | + |
96 | 95 |
|
97 |
| - |
| 96 | + |
98 | 97 |
|
99 | 98 |
|
100 | 99 |
|
101 | 100 |
|
102 | 101 |
|
103 |
| - |
| 102 | + |
104 | 103 |
|
105 | 104 |
|
106 | 105 |
|
|
-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 | 34 |
|
37 | 35 |
|
38 | 36 |
|
| ||
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 | 71 |
|
78 | 72 |
|
79 | 73 |
|
| ||
96 | 90 |
|
97 | 91 |
|
98 | 92 |
|
99 |
| - |
100 | 93 |
|
101 | 94 |
|
102 | 95 |
|
|
src/graphql-aspnet/Attributes/MutationAttribute.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Attributes/MutationAttribute.cs+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
101 | 100 |
|
102 | 101 |
|
103 | 102 |
|
104 |
| - |
| 103 | + |
105 | 104 |
|
106 |
| - |
| 105 | + |
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
112 |
| - |
| 111 | + |
113 | 112 |
|
114 | 113 |
|
115 | 114 |
|
|
src/graphql-aspnet/Attributes/MutationRootAttribute.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Attributes/MutationRootAttribute.cs+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
100 | 99 |
|
101 | 100 |
|
102 | 101 |
|
103 |
| - |
| 102 | + |
104 | 103 |
|
105 |
| - |
| 104 | + |
106 | 105 |
|
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
110 | 109 |
|
111 |
| - |
| 110 | + |
112 | 111 |
|
113 | 112 |
|
114 | 113 |
|
|
src/graphql-aspnet/Attributes/QueryAttribute.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Attributes/QueryAttribute.cs+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
101 | 100 |
|
102 | 101 |
|
103 | 102 |
|
104 |
| - |
| 103 | + |
105 | 104 |
|
106 |
| - |
| 105 | + |
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
112 |
| - |
| 111 | + |
113 | 112 |
|
114 | 113 |
|
115 | 114 |
|
|
0 commit comments