-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
Hi,
I'm new to this library and I'm stuck on this issue after resolving a bunch of type with .AddType().
Not sure if there's a quick solution, but the error message isn't particularly helpful. I could always reference the library source and debug it, but hoping to avoid that. I didn't see a similar issue raised before.
'NoviView.Web.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware: Error: An unhandled exception has occurred while executing the request.
HotChocolate.SchemaException: For more details look at the `Errors` property.
1. Unable to infer or resolve a schema type from the type reference `Input: IEnumerable`.
at HotChocolate.Configuration.TypeInitializer.DiscoverTypes()
at HotChocolate.Configuration.TypeInitializer.Initialize()
at HotChocolate.SchemaBuilder.Setup.InitializeTypes(SchemaBuilder builder, IDescriptorContext context, IReadOnlyList`1 types, LazySchema lazySchema)
at HotChocolate.SchemaBuilder.Setup.Create(SchemaBuilder builder, LazySchema lazySchema, IDescriptorContext context)
at HotChocolate.SchemaBuilder.Create(IDescriptorContext context)
Metadata
Metadata
Assignees
Labels
No labels