-
Is it possible to have different operations with the same name? I have my project structured as so:
Within
and within
Now when I try to run the graphql-codegen I get Am I missing a config somewhere? This is what I currently have:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah just found it. The answer was |
Beta Was this translation helpful? Give feedback.
Ah just found it. The answer was
dedupeOperationSuffix: true
for me 🚀