Denis Badurina

Results 165 comments of Denis Badurina

Definitely makes sense! I've noticed that the semantics changed too, I'll investigate accordingly and roll out a proper integration; thanks for bringing it up!

[graphql-sse](https://github.com/enisdenjo/graphql-sse) does not depend on the `X-GraphQL-Event-Stream` header in any way. But it could be used for discovery indicating to the client that there's a SSE endpoint available. Following my...

Beware guys that StrictMode also helps you with preparing your development builds for production. Make sure to check whether the issue is present in production too.

> This is per HTTP specification not GraphQL over HTTP, because this has nothing to do with GraphQL over HTTP since this validation is about the contract between client and...

> Why do we stop supporting multipart defer/stream and event stream responses. I think we are missing a lot of points of using plugins(modularized structure) and hooks. @ardatan not my...

Now with all tests passing (that are passing on [v3 branch](https://github.com/dotansimha/graphql-yoga/tree/v3)).

Closing in favour of #1685. Might revisit sometimes in the future, but not soon.

This issue is kinda' obsolete since Yoga v3 is server agnostic, there is no generic way of extending the timeout - it needs to be done on the server itself....