Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
artola opened this issue Jan 15, 2022 · 0 comments
Open

Comments

@artola
Copy link

artola commented Jan 15, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant