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.
variety of packages. (Will probably need to mess around with Renovate to
not have it mess this up.)
graphql@16.
Note that the graphql@16 peer dep was added to gateway with v0.47.0
(2022-Feb-03), but until v0.50.1 (2022-Apr-13) it had a dependency on
apollo-utilities
whose peer dep didn't allow v16. It's possible thatreleases during that two month span worked with v16 in practice (forcing
the peer dep) but it seems best to only recommend versions that don't
require forcing peer deps (and there aren't any documented breaking
changes between these two versions other than requiring newer
graphql
). The most explicit requirement is that we need v0.35.0because we assume gateway has onSchemaLoadOrUpdate.
Fixes #6719.