Open dariuszkuc opened 1 year ago
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.<>cDisplayClass1_0.
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.