updated prisma to the newest version and all deps ...
# prisma-whats-new
t
updated prisma to the newest version and all deps today. getting following error with subscriptions: “Cannot use GraphQLSchema “[object Object]” 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.↵↵https://yarnpkg.com/en/docs/selective-version-resolutions↵↵Duplicate “graphql” modules cannot be used at the same time since different↵versions may have different capabilities and behavior. The data from one↵version used in the function from another could produce confusing and↵spurious results.” somebody has the same?
t
@tfiwm thanks for posting! Can you please post your package.json? It seems that some package is still using the old 0.12 graphql version and is causing version conflicts
t
because i updated to 0.13.0 <- bug report in graphql-yoga created
r
I am getting the same error after the update