Alexander Rose

Results 98 comments of Alexander Rose

This would be especially useful when playing around with subscriptions, since they tend to fill up the response area very quickly...

Im experiencing the time-sync problem, too. Unfortunately I've got no control over the system time on the server serving my nextcloud instance (managed webhost). Since the nextcloud server lags behind...

If you set `UseWebSocketForQueriesAndMutations`, it does what it says: It tries to use the websocket for mutations and queries, too. I don't think that's supported by the AWS AppSync websocket...

Hi, thanks for noticing... For my record: https://github.com/dotnet/sourcelink

@KirovAir pls rebase on current master

I agree this should be updated. Unfortunately I'm currently quite short on time. A PR is of course very welcome.

~~@andreyleskov please rebase your branch on `release-v4`~~ already done

You're missing the *root object* of your query (one with a property `codeActivityList`)... The easiest way would be to use the extension method which allows to declare an anonymous response...

Typo in the operation name? I'd also recommend to input the whole `input` object as a variable...

Well... check whats happening on the server side now... you're getting an `InternalServerError` now!