Skip to content

Commit f11db80

Browse files
Added Support for Apollo Federation V2 (#6837)
Co-authored-by: AntonC9018 <[email protected]>
1 parent d9cbd6b commit f11db80

File tree

456 files changed

+6476
-4709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

456 files changed

+6476
-4709
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,12 @@ resharper_trailing_comma_in_multiline_lists = true
121121
resharper_wrap_before_binary_pattern_op = false
122122
resharper_wrap_chained_binary_expressions = chop_if_long
123123
resharper_wrap_chained_binary_patterns = chop_if_long
124+
125+
# Require braces on all control statements
126+
resharper_csharp_braces_for_ifelse = required
127+
resharper_csharp_braces_for_for = required
128+
resharper_csharp_braces_for_foreach = required
129+
resharper_csharp_braces_for_while = required
130+
resharper_csharp_braces_for_using = required
131+
resharper_csharp_braces_for_lock = required
132+
resharper_csharp_braces_for_fixed = required

src/HotChocolate/ApolloFederation/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
<PropertyGroup>
55
<Nullable>enable</Nullable>
6-
<TargetFrameworks>$(Library2TargetFrameworks)</TargetFrameworks>
6+
<TargetFrameworks>$(Library3TargetFrameworks)</TargetFrameworks>
77
</PropertyGroup>
88
</Project>

src/HotChocolate/ApolloFederation/src/ApolloFederation/Constants/WellKnownArgumentNames.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/HotChocolate/ApolloFederation/src/ApolloFederation/Constants/WellKnownTypeNames.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/HotChocolate/ApolloFederation/src/ApolloFederation/Descriptors/IEntityResolverDescriptor.cs

Lines changed: 0 additions & 149 deletions
This file was deleted.

src/HotChocolate/ApolloFederation/src/ApolloFederation/EntityType.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/HotChocolate/ApolloFederation/src/ApolloFederation/ExtendServiceTypeAttribute.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)