Results 25 comments of Dmitry Golubets

I've just noticed this behavior. I expected `on_request_start` to have exactly one corresponding `on_request_end`

Would be great to have `rename_fields` accept a dict.

Any progress on this? Seems to be a handy feature when using federation.

Makes me wonder how many people actually use Apollo federation.. I just finished merging our APIs into a super-graph for use with Apollo Router. I was able to sort the...

I tried it: killed rabbit, started it again, but my streams didn't resume..

I see that you are gradually rewriting JavaScript in Rust, e.g. query validation process in the last release. Does that mean the router won't need Deno at some point? Is...

Importing an updated GraphQL definition breaks an API due to this bug. And there is no way to fix that in the UI but to create a new API. How...

It was pure PITA but I did it. 1. Install MSYS2. 2. Install Rust in MSYS or add existing installation to PATH. 3. Remove lib\rustlib\x86_64-pc-windows-gnu\bin directory from your Rust installation...

Hi! Thank you for tackling this issue so quick. This looks good. What's the downside of having `arguments_allow_population_by_field_name` true by default?