Shane Krueger
Shane Krueger
> GraphQL.js does **not** suffer this, so this is a spec bug rather than an implementation bug. The latest build of GraphQL.NET does not suffer from this issue either. Test...
Well, `Schema.Comparer` is never used during SDL printing, but only for introspection requests. (Maybe it should be, but it doesn't.) The `schema.Print` extension allows specifying a `StringComparison` value to enable...
> it's only the argument order that is important As far as I'm aware, argument order doesn't matter. Please correct me if I'm wrong. Pretty sure the SDL sorting algorithm...
Maybe when SchemaComparison is null, then Schema.Print should pick up the Schema.Comparer and use that to sort (if specified)?
Interesting!!! So within that article it says that source generators are not intended to rewrite user source code: > Can I modify/rewrite existing code with a Source Generator? > >...
I was just noticing the title of this PR and wondering if there’s a chance to add optimizations for IN with lists of certain types. Specifically, number types and guids....
Could not load type 'GraphQL.Server.Transports.AspNetCore.IGraphQLRequestDeserializer' from assembly
The interface `IGraphQLRequestDeserializer` only exists in version 5 and older versions of the project. Can you post a list of all your GraphQL NuGet packages you have installed? Please ensure...
Could not load type 'GraphQL.Server.Transports.AspNetCore.IGraphQLRequestDeserializer' from assembly
See: - https://github.com/graphql-dotnet/server?tab=readme-ov-file#aspnet-core-graphql-server-driven-by-graphqlnet
> I agree with the need for this. Would you like to work on it? (You might consider applying for a small [GraphQL Grant](https://graphql.org/community/foundation/community-grant/) if you need some financial support.)...
Anyone may feel free to duplicate my PR into a new PR if so desired.