contra/graphql-helix

missing exports `send ... ResponseResult` from `node-http` in the barrel file

artola opened this issue · 0 comments

In @canary v 1.12.0-canary-5297b6b.0

This example does not work anymore as the methods send ... ResponseResult are not exposed anymore.

https://github.com/contra/graphql-helix/blob/master/examples/graphql-ws/server.ts

In theory should be included by:

export * from "./send-result/node-http";

Is it recommended a different approach now? Apart from import {send ... ResponseResut} from 'graphql-helix/node/send-result'