After upgrading to version2 I get a bunch of "Duplicate identifier 'gql'." - how to solve this? #1561
Unanswered
alexbjorlig
asked this question in
General
Replies: 1 comment
-
I had same error. apollo-angular, since version 2.0 works with its own gql.
But in my case graphql-codegen adds after I removed that import all works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Afer upgrading to version2, I get a bunch of errors when I try to compile angular:
and
and
Why is this happening?
My
package.json
looks like this:Beta Was this translation helpful? Give feedback.
All reactions