-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can not run with apollo-server@3
#19
Comments
Can you try my pull request #20 and provide feedback? |
Being having the same problem. |
@1garo As end user I think the most simple solution is to add the following in "resolutions": {
"apollo-server-express": "3.1.2",
} |
I'm also getting the above errors with |
Yeah I'm getting this too, any idea when the fix will come as it's blocking us from upgrading? |
i was facing the same issue and fixed by following this #20 (comment) |
I upgraded
apollo-server-express
to 3.0.2then, I ran test with
apollo-server-integration-testing
and got the error.The text was updated successfully, but these errors were encountered: