-
-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to graphql-js 14.0 #140
Comments
|
There is a blocker for now as PR #152 has been closed as there's plenty of type error to fix to even make the tests pass. |
I'm in a kind of a deadlock where some of my dependencies require Why is it not possible to upgrade I don't care if the examples break for a while or maybe the examples could be moved to a separate repository/package and just use the older compatible versions? |
Why you can't just wait with upgrades until all the graphql ecosystem packages upgrade to v14?
No, it's also used in subscriptions tests.
But I do care if the tests pass, which is currently not possible due to |
Ok, I'll try to find a working combination and wait for the ecosystem to catch up with v14. Thanks for the explanation. |
@kallaspriit A workaround to use this package with
|
|
I switched from |
@kallaspriit Looks like I have to find more time for changing to apollo 😞 |
@19majkel94 are you using Ok now I noticed that I'm still setting the context type manually indeed, should open an issue. [edit] I see you already did. |
@kallaspriit So |
Unfortunately yeah // properties provided to the context function of ApolloServer constructor
export interface ApolloContext {
req: express.Request;
[x: string]: any;
} They should change it so that the ApolloServer constructor would accept the context type as a generic and packages like |
[05.10] But I see the light in the end of the tunnel, I hope this week it will be done 😉 I know guys that you would like to have v14 support now but I have to take care about the whole project with all integrations showed in examples. I can't have guides in docs to use [08.10] |
I did yarn upgrade but I keep getting:
How can I solve this properly? Or is this related to this issue? Right now to solve this I do the following: |
Released in |
https://github.com/graphql/graphql-js/releases/tag/v14.0.0
@types/graphql
has been upgraded toographql-query-complexity
case (apollo-server variables)introspectionQuery
)engine
entry topackage.json
+ drop support for Node.js 9 in Travis configgraphql-js
internalsETA: Release 0.15
The text was updated successfully, but these errors were encountered: