Open heeju opened 3 years ago
Can you try my pull request https://github.com/zapier/apollo-server-integration-testing/pull/20 and provide feedback?
Being having the same problem. @thomas88 if you guide me on how to point the version of the lib to yours I can test, it has being a block for a week now
@1garo As end user I think the most simple solution is to add the following in package.json
:
"resolutions": {
"apollo-server-express": "3.1.2",
}
I continue with the following type error:
I'm also getting the above errors with apollo-server-express@3.4.0
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 https://github.com/zapier/apollo-server-integration-testing/pull/20#issuecomment-1004245811
I upgraded
apollo-server-express
to 3.0.2 then, I ran test withapollo-server-integration-testing
and got the error.