Closed K-Pavlov closed 4 years ago
Does changing the following make any difference?
-public partial class CoreQuery
+public class CoreQuery
@tlil No, not really; Switching the name of the A and B methods fixes it though, because of alphabetic sorting and the way a type is chosen (experienced the same behavior with #187)
Fix in: https://github.com/graphql-dotnet/conventions/pull/205
Thanks
Having this Schema and request
Results in a "Unexpected type: " error from GraphQL.NET. This seems very similar to #187, but the same fix breaks a lot of tests; The contents of the type cache seem wrong to me:
I am not really sure what the real issue is here and what a suitable fix would be here (and why this comes up after so many working cases)