Replies: 1 comment
-
ok retried with rollbacking to different versions and fixed the error with older versions. So the bug in graphql-codegen/cli and also not working with graphql 16. working codesandbox: https://codesandbox.io/s/cranky-bush-ojj8p Can see the bug again if updated to graphql-codegen/cli to version 2.0.0. |
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.
-
Codegen worked fine with "@graphql-codegen/add": "^3.1.0", "@graphql-codegen/cli": "1.21.7", "@graphql-codegen/typescript": "1.23.0", "@graphql-codegen/typescript-resolvers": "1.20.0", "@graphql-codegen/typescript-mongodb": "^1.19.5", and then accidently updated all packages to latest. Then got TypeError:
my codegen config
I tried roll back the updated packages. But now error is not getting disappeared.
Error Recreated in: https://codesandbox.io/s/relaxed-perlman-mdrwp
Beta Was this translation helpful? Give feedback.
All reactions