-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add tests that passing ApolloGateway to ApolloServer typechecks with a variety of packages. (Will probably need to mess around with Renovate to not have it mess this up.) - Update docs to say that gateway works with any version that supports 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 that releases 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.0 because we assume gateway has onSchemaLoadOrUpdate. Testing this requires disabling npm engine-strict on Node 18.
- Loading branch information
Showing
12 changed files
with
3,719 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ apng | |
apolloexample | ||
apollographql | ||
appenders | ||
asgi | ||
asynciterable | ||
autodeploys | ||
automerge | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.