contra/graphql-helix

proposal: merge PUSH and MULTIPART_RESPONSE into STREAM

n1ru4l opened this issue · 0 comments

Subscriptions and defer/stream and live queries can be done via both SSE and Multipart. It makes sense to push the responsibility of choosing what the user expects to user-land (or the response helpers), instead of handling this within processRequest


Related #160