Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

HotChocolate v13.7.0+ support #51

Open
dariuszkuc opened this issue Nov 3, 2023 · 1 comment
Open

HotChocolate v13.7.0+ support #51

dariuszkuc opened this issue Nov 3, 2023 · 1 comment

Comments

@dariuszkuc
Copy link
Member

Due to a breaking change to the public API, we cannot support newer versions of HotChocolate until their replacement API (currently work in progress) is complete.

@cli00004
Copy link

Right, noticed we are getting this exception after upgrading to Hotchocolate 13.7, hopefully a fix will come out soon, thanks

System.TypeLoadException: Method 'OnBeforeCreateSchema' on type 'ApolloGraphQL.HotChocolate.Federation.FederationTypeInterceptor' from assembly 'ApolloGraphQL.HotChocolate.Federation, Version=1.3.0.0, Culture=neutral, Publi
cKeyToken=null' is overriding a method that is not visible from that assembly.
at HotChocolate.ApolloFederationSchemaBuilderExtensionsV2.AddApolloFederationV2Definitions(ISchemaBuilder builder, FederationVersion version)
at HotChocolate.ApolloFederationSchemaBuilderExtensionsV2.AddApolloFederationV2(ISchemaBuilder builder, FederatedSchema schema)
at Microsoft.Extensions.DependencyInjection.ApolloFederationRequestExecutorBuilderExtensionsV2.<>c__DisplayClass1_0.b__0(ISchemaBuilder s)
at Microsoft.Extensions.DependencyInjection.RequestExecutorBuilderExtensions.<>c__DisplayClass0_0.b__1(ConfigurationContext ctx, IServiceProvider _)
at HotChocolate.Execution.RequestExecutorResolver.OnConfigureSchemaBuilderAsync(ConfigurationContext context, IServiceProvider schemaServices, RequestExecutorSetup setup, CancellationToken cancellationToken)
at HotChocolate.Execution.RequestExecutorResolver.CreateSchemaAsync(ConfigurationContext context, RequestExecutorSetup setup, RequestExecutorOptions executorOptions, IServiceProvider schemaServices, TypeModuleChangeMonit
or typeModuleChangeMonitor, CancellationToken cancellationToken)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants