You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a pull request that fixes this apollographql/graphql-upload#3. I'm opening an issue here, too, because I'm not sure how closely watched that fork is.
The text was updated successfully, but these errors were encountered:
Note that Apollo Server 2 has been de facto deprecated since July 2021; we will shortly be putting our deprecation/end-of-life policy in writing. We highly recommend upgrading to Apollo Server 4 as soon as possible. (The graphql-upload package which caused this issue and which has been removed from AS3 is particularly problematic, as using it in AS2 without security features added in AS3 is likely to create a major security hole in your app.)
DefinitelyTyped/DefinitelyTyped#62785 removed the types for fs-capacitor and replaced it with a stub. apollo-server-core uses https://github.com/apollographql/graphql-upload, a fork of graphql-upload, which specifies "*" for this package. Therefore, starting yesterday, using apollo-server-core 2 causes a type error.
I created a pull request that fixes this apollographql/graphql-upload#3. I'm opening an issue here, too, because I'm not sure how closely watched that fork is.
The text was updated successfully, but these errors were encountered: