Giulio Collura

Results 7 comments of Giulio Collura

> I'm experiencing the same issue as mentioned (but using echo instead of gin). An interesting observation is that if I send the query through an apollo router, it works....

@StevenACoffman Hi Steven, it seems that my branch might have an issue upon further testing. With Apollo Client 3.11.8, if the server returns only one response, even with `hasNext: false`...

> Yeah, I kind of prefer the first option based on what the Apollo code looks like. I love a PR! Thanks for the quick feedback! Another thing that I'm...

We don't use Apollo Router as we don't have a need for federation yet. I updated my previous PR with the improvements that I mentioned above: https://github.com/99designs/gqlgen/pull/3357 I did eventually...

@StevenACoffman thank you for merging all my PRs! Any chance that we could do a minor release?

I think I'm pretty happy with the new changes I've made, maybe only a further improvement could be moving the "incremental" logic higher in the stack, and potentially implement the...

FWIW, I solved this by creating a splitLink between the regular apollo link and the upload link: ```typescript // httpLink is used for defer and subscription queries let httpLink =...