-
Hey, I'm using graphql-codegen together with following plugins Right now I have the Problem, that one type is missing which get's referenced in other types quite often. The missing type is
Any Idea why this type is missing or how I can extend the globalTypes.ts with this type manually? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like I solved my issue. I was coping the content of |
Beta Was this translation helpful? Give feedback.
Seems like I solved my issue. I was coping the content of
.graphqlrc.yml
intocodegen.yml
and executed it instead withgraphql-codegen -c codegen.yml
and now everything works. So It seems like there is a bug in parsing of.graphqlrc.yml
files?