-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Exported Express/Connect Middleware #1907
Exported Express/Connect Middleware #1907
Conversation
@wyattjoh: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
What's holding this up? I really need this to be able to use apollo server 2 |
This "hack" works for now: Not ideal, but am currently a bit unsure as to why this is being kept internal. A balance has to be struck with "ease of use" and "deep integration" to use this server going forward. |
#2435 should offer a better solution here and has been merged into v2.7.0 (currently being staged on #2937 and (currently) at While it's still a "composed" middleware that is retrieved from Sorry for the very long delay in responding to this, but feedback very much appreciated! |
Exposes the
graphqlExpress
,ExpressGraphQLOptionsFunction
, andgraphqlConnect
fromapollo-server-express
that would support the use case described #1117 (comment)Used with great effect here:
https://github.com/coralproject/talk/blob/482b9a61585deb689acb454e1bbeef3ec003c34d/src/core/server/graph/common/middleware/index.ts
TODO: