You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: