Closed thmsobrmlr closed 1 year ago
Hi, I just tried this in my project, and it's working fine with type-graphql@1.1.1. Would love to use this package once this PR is merged :smile:
I'm just now trying to upgrade a repo to Apollo Server 3 that's using apollo-server-integration-testing
for integration testing, so we'd also love to see a release. Maybe it could be alpha tagged if you're unsure about the issues with type-graphql
for the time being?
I'm just now trying to upgrade a repo to Apollo Server 3 that's using
apollo-server-integration-testing
for integration testing, so we'd also love to see a release. Maybe it could be alpha tagged if you're unsure about the issues withtype-graphql
for the time being?
In case it helps anyone, I worked around this by forcing the upgrade using the resolution
block in package.json
, like so:
"resolutions": {
"apollo-server-integration-testing@npm:3.0.0/apollo-server-core": "^3.1.2",
"apollo-server-integration-testing@npm:3.0.0/apollo-server-express": "^3.1.2"
}
With Yarn, I have succeeded with:
"resolutions": {
"apollo-server-integration-testing/apollo-server-core": "^3.6.1",
"apollo-server-integration-testing/apollo-server-express": "^3.6.1"
}
Updates apollo dependencies for compatibility with version 3.
Note: I'm currently running into issues with this fork and
type-graphql
: