You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally I'd like to not have these two separate generated folders, either just everything flattened into a single folder, or a nested folder inside the __generated__ directory like so:
I've restructured my project so that all my graphql files are in the same folder (I just copy the schema between repositories rather than sharing a submodule) so I no longer have this issue. That being said I think this is still a valid feature request.
The text was updated successfully, but these errors were encountered:
Hey there, thanks for making the project.
I have a folder structure like so;
The schema is in a git submodule, making it tricky to move up the tree.
Currently when running the generator on the project I get the following file tree:
Ideally I'd like to not have these two separate generated folders, either just everything flattened into a single folder, or a nested folder inside the
__generated__
directory like so:Is this a possibility?
Thanks again.
Edit
I've restructured my project so that all my graphql files are in the same folder (I just copy the schema between repositories rather than sharing a submodule) so I no longer have this issue. That being said I think this is still a valid feature request.
The text was updated successfully, but these errors were encountered: