graphql-sse icon indicating copy to clipboard operation
graphql-sse copied to clipboard

Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.

Results 1 graphql-sse issues
Sort by recently updated
recently updated
newest added

We are using `@fastify/` `cors` and `cookies` and the headers are missing when using this library. If I change this line (https://github.com/enisdenjo/graphql-sse/blob/061b0fc48b3b2a892fde39de2dac3c67f5623d44/src/use/fastify.ts#L90) like this ( ```Node.js reply.raw.writeHead(init.status, init.statusText, {...reply.getHeaders(), ...init.headers});...

bug