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
Is your feature request related to a problem? Please describe.
In my project, we follow clean architecture. Currently, genqlient only generates a single file, which makes it challenging to maintain a clean project structure. I'd like to have types generated per feature and next to the directory where the query/mutation/fragment is located.
Describe the solution you'd like
I would like genqlient to support generating multiple files based on the directory of the query/mutation/fragment. This would allow me to organize the generated code more effectively, placing the types next to their respective feature implementations, following the clean architecture principles.
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered:
See #185. Please comment there and reply to the questions as to what would be useful for you! This isn't as simple as it sounds so it's useful to know what, precisely, you would need and why.
Is your feature request related to a problem? Please describe.
In my project, we follow clean architecture. Currently, genqlient only generates a single file, which makes it challenging to maintain a clean project structure. I'd like to have types generated per feature and next to the directory where the query/mutation/fragment is located.
Describe the solution you'd like
I would like genqlient to support generating multiple files based on the directory of the query/mutation/fragment. This would allow me to organize the generated code more effectively, placing the types next to their respective feature implementations, following the clean architecture principles.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: