Add ^15.0.0-rc.2
to peerDependencies
range for graphql
.
#3825
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The upcoming
graphql@15
is in a release-candidate stage right now. To further prepare, this PR expands thepeerDependencies
range of Apollo Server packages to allow those who wish to try the latest release candidate version ([email protected]
, at the time of this writing), prior to its finalization into alatest
release.This follows up #3712 which made the preliminarily necessary changes to accommodate various deprecations which it brings.
This PR is not meant to indicate that all Apollo Tooling is ready for what
graphql@15
offers (e.g., as a notable addition, interfaces implementing interfaces), but should be the first step to ensuring that we can start testing out that process, since much of our own infrastructure relies on Apollo Server itself. Expect to see additional PRs as various avenues need to be addressed!For now, we'll target this to the
next
release (currently v2.11.0) and cut an alpha release for users to try.Two things worth noting:
graphql@15
with Apollo Server.