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。