Open jemink opened 3 years ago
Hi @jemink and thank you for the report!
Sorry but I'm not adding a lot here but just labeling it according to our new Contribution Guide and issue flow.
It seems like we are on stage 0
.
Now in order to advance to stage 1
we'll need an easily running reproduction, do you think you can create that on code sandbox?
Thank you and sorry that this comment is not a complete solution (yet).
Hello @dotansimha I added fragment in my **.graphql file and when I run yarn graphql-codegen. I am getting this below error
RangeError: /opt/atlassian/pipelines/agent/build/libs/graphql/generated/graphql.ts: Maximum call stack size exceeded
fragment Test on Test {
id
company_id
}
+1 to add to this issue, I beleive the problem is coming from babel when executed by jest (which I beleive is executed in commonjs mode
trying to create a replica sandbox seems challenging as for me this is a sort of intermittant issue but i will of course post when I have something small that fails with this error.
I am getting below error while running graphql-codegen
My codegen.yml config file:
OS: Windows "@graphql-codegen/add": "2.0.2", "@graphql-codegen/cli": "1.21.2", "@graphql-codegen/fragment-matcher": "2.0.1", "@graphql-codegen/introspection": "1.18.2", "@graphql-codegen/plugin-helpers": "1.18.3", "@graphql-codegen/schema-ast": "1.18.1", "@graphql-codegen/typescript": "1.21.1", "@graphql-codegen/typescript-document-nodes": "1.17.10", "@graphql-codegen/typescript-graphql-files-modules": "1.18.1", "@graphql-codegen/typescript-operations": "1.17.15", "@graphql-codegen/typescript-react-apollo": "2.2.3", "@graphql-codegen/typescript-resolvers": "1.19.0", node:- v14.15.4