HotChocolate.SchemaException: For more details look at the Errors` property.at HotChocolate.Configuration.TypeInitializer.DiscoverTypes()
at HotChocolate.Configuration.TypeInitializer.Initialize
我使用HotChocolate (11.2.2)与EF,并希望过滤一个子属性。根据GraphQL文档,这应该可以通过在导航属性上使用filter关键字来实现,但是HotChocolate失败了。type A { RefTo: [B]type B { Value: int这是由EF支持的,我为HotChocolate提供了一个HotChocolate。
我们在connection_init期间发送额外的有效载荷(用于阿波罗的https://github.com/apollographql/subscriptions-transport-ws中的connectionParams)。 我在官方来源中找不到任何关于如何提取这些信息的信息,也找不到任何关于消息中间件/处理程序的信息。 并发解决方案graphql-dotnet允许我像这样实现IOperationMessageListener public class SusbcriptionInitListener: IOperationMessageListener public Ta