-
DescriptionSo far I'm quite happy with But there is one thing that annoy me a bit for the dev experience, the fact that is doesn't look compatible with The way they do SSE queries seem to be not recognized by the server (as GET with query parameter), and I get 404 error I found some gist, how to modify graphiql html page to add Would it be possible server side, at the createHandler level, to parse this query format and modify the request to make it compatible with what |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry for the late reply. 😅
The Gist you referenced should work with |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply. 😅
graphql-helix
does not implementgraphql-sse
's GraphQL over SSE Protocol - is therefore not compatible.The Gist you referenced should work with
graphql-sse
powered servers without any problems! I don't quite understand what do you mean by: "Would it be possible server side, at the createHandler level, to parse this query format and modify the request to make it compatible with what graphql-sse expect ?". Can please make me a repro so that I can understand what's happening?