Tag: apollo-link
-
`Cannot use e “__Schema” from another module or realm.` and `Duplicate “graphql” modules` using ApolloClient
5 I have a React application with ApolloClient with Apollo-Link-Schema. The application works fine locally but in our staging environment (using GOCD), we get the following error: Uncaught Error: Cannot use e “__Schema” from another module or realm. Ensure that there is only one instance of “graphql” in the node_modules directory. If different versions of…