-
Notifications
You must be signed in to change notification settings - Fork 55
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
Upgdate to latest Apollo server / subscriptions #118
base: master
Are you sure you want to change the base?
Conversation
code4bones
commented
Oct 20, 2022
- upgrade to Apollo server v3 ( + switch from subscriptions-transport-ws to graphql-ws )
- add Custom PubSub creator ( for use custom PubSubEngine )
- add Update/Reload schema without restarting server/ws
- Playground ( RenderPageOptions ) options in serverOptions.playgroundOptions
- add serverOptions.subscriptions.onConnect should return acts lile graphql-ws
- add serverOptions.subscriptions.context should return user account ( like "authenticate" method )
- CAUTION: with new graphql-ws subscriptions are not available in build-in playground
- WARNING: graphql-upload disabled ( new versions is mjs type )
- Not tested - DataLoader
- Example in examples/full/
Hello! Thanks for your contribution.
|
how soon this can be merged? Apollo server v2 is very outdated, and it needs to be in v3 atleast. |
CI is failed |
Judging by the CI error, dependency packages like |
How is this coming along? Is there anything I can do to help? |