Shane Krueger
Shane Krueger
Perhaps it is possible to detect scenarios where the delegate is passed in and coerced. I will check on that.
So it is possible to detect this scenario by examining the passed in delegate's return type: ```cs Field("hero", resolve: GetDroidByIdAsync); Task GetDroidByIdAsync(IResolveFieldContext context) => _data.GetDroidByIdAsync("3"); ``` But not this one,...
Right but we do not want multiple validation errors added to the result in event of a fragment loop.
I don't have any additional comments. I think there still is an issue here that should be reviewed at some point.
I removed this from the v6/7 milestone because there are no plans to rewrite the complexity analyzer for that version. We should review this when/if we rewrite the complexity analyzer.
I think the library should be designed so that experimental features, such as the applied directives feature, or `@oneOf`, can be added to the library in as convenient way as...
I believe some of the changes to SchemaTypes suggested above have been implemented already or will be implemented by #2999 Specifically: - `GetGraphTypeFromType` is protected, and can be overridden, allowing...
I'm also looking for an ETA on this. Thanks!
If not a final release, could a beta release be published with node 18 support?