Tobias Tengler

Results 94 comments of Tobias Tengler

Sorry my bad I thought you were using Optional on object type fields and not on input object types. My bad!

I thought so going by the title, but I think the issue is more about resolver level caching. Anyways, here is the issue talking about the caching of query results:...

@michaelstaib Maybe you can also take a look at the PR once you have time, so we can get it in: #4540

Thank you for the quick response @TkDodo ! I sort of got it working as you described, but in my actual application (not the example) the `useQueryErrorResetBoundary` doesn't work. I...

@captbaritone This would be ready to review :)

I think matching up the SDK definitions would be great. This also means that there likely won't be a fix with the initial release of .NET 6, right? In the...

@JoeRobich thank you for the workaround. The command is now executing, but it still doesn't have the desired effect: The specific code fix is not invoked (or atleast nothing is...

Your edit about the warning level was the issue. Thanks a lot @JoeRobich for your fast help :) This must've changed recently since this wasn't needed before. My issue is...