Shane Krueger
Shane Krueger
@SebastianStehle No it should not be pascal-case. If this is an issue we can work on a fix. I'm pretty sure I reworked this code for v5 and took care...
When I was diagnosing speed issues in my own application, I added the MS Application Insights nuget package and added code to my middleware (note: I don't use the server...
I never did set up apollo tracing. If you can reproduce the query that runs slow, it may help to reveal what is going on with that query. But if...
Hmm. Weird. Assuming you are using the AddSystemTextJson builder method -- either the new or old builder method -- it should be adding that converter.
Perhaps you can find your code that registers the systemtextjson writer and post the code so I can check it out. And let me know if you use the old...
Ahh yes, added here: - #2841
Not sure that I have any other advice here @SebastianStehle but I would be interested in your findings.
If only it worked…
Solution 1: - The document executer should be passed the IObserver instance from GraphQL.Server with ExecutionOptions, and then the subscription execution strategy can properly handle any exceptions when calling the...
Interesting. I don't use schema-first, but if it was code-first, all parsing is done by graph type class/instance. In this case, the IdGraphType does not parse values at all, but...