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
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Starting from ^2.0.0 version ApolloGateway uses graphql ^16.0.0 version as a dependency.
It produces a version conflict error since federation-subscription-tools still using graphql version 15.
Error: Cannot use GraphQLInputObjectType "{ ...schema }" from another module or realm.
Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.
Can you update the dependency?
The text was updated successfully, but these errors were encountered:
Starting from
^2.0.0
versionApolloGateway
uses graphql^16.0.0
version as a dependency.It produces a version conflict error since
federation-subscription-tools
still usinggraphql
version15
.Can you update the dependency?
The text was updated successfully, but these errors were encountered: