Integrating with graphql-yoga and fastify #29
-
Thank you for the work and for super-quickly resolving the reconnection problems in Chrome and Firefox recently! With Similarly, using the raw requests and replies instead of the ones supplied by fastify means we can't leverage fastify's handling of JWT verification and CORS. Is there a smarter way of doing it than this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I am not familiar with the workings of
Shouldn't you be able to just use a middleware that runs before P.S. I've just fixed #28 too, all browsers and environments should now retry while having uncompleted streams starting from v1.2.3. |
Beta Was this translation helpful? Give feedback.
-
GraphQL Yoga now has a graphql-sse plugin implementing the full GraphQL over SSE spec. |
Beta Was this translation helpful? Give feedback.
GraphQL Yoga now has a graphql-sse plugin implementing the full GraphQL over SSE spec.