Replies: 1 comment 2 replies
-
You can check this out for old behavior |
Beta Was this translation helpful? Give feedback.
2 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.
-
Let's say I have some code like this in a React app:
Before v1 my codegen config looked like this:
After the upgrade to v1, now my config looks like this:
When I run
gql-gen --config codegen.yml
, thatDummyViewQuery
from above will end up in the generated file like this:Before v1 it got generated like this:
Basically, I guess what I would like to know is if there is some setting that would allow me to get the generated output with namespaces again, as it used to be.
Beta Was this translation helpful? Give feedback.
All reactions