Closed clayrisser closed 4 years ago
When generating types from gql-generator generated gql using graphql codegen, I get the following error.
"Duplicate identifier" graphql codegen
Perhaps this is related to the following pull request.
https://github.com/timqian/gql-generator/pull/13
Looks like it's my fault for having the duplicate identifier. I had created some custom gql which created a collision.
When generating types from gql-generator generated gql using graphql codegen, I get the following error.