Replies: 1 comment 1 reply
-
Hello 👋 Using Gradle you could easily script it out but for Maven explicit files are the only option. You could open a feature request for this but it is unlikely it will be picked up anytime soon. We are always open to contributions though (it does seem like it would be a rather simple change in Maven mojo and Gradle task). Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to have subdirectories in the queries folder for the client generator?
Currently, we use this as config
<queryFileDirectory>${project.basedir}/src/main/resources/clients/graphql/queries</queryFileDirectory>
If the queries are in exactly this folder it is working, if we add a new folder inside the queries folder they are ignored.
Beta Was this translation helpful? Give feedback.
All reactions