Multimodule gradle project and with client generation. #922
Unanswered
IvanDanilau
asked this question in
Q&A
Replies: 1 comment
-
|
The client generation is part of code generation and independent. I assume you are referrring to schemaPaths that are set as part of the Hope that clarifies the set up. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have multimodule gradle projects. First, "Main" module has it's own graphql schema. which I set in configurations. Second module "Dependency" it's just a schema of another module, which I'm using for client generation (according to the recomendation in client generation docs).
But the problem is that when I launch "Main" and call graphiql , I see the queries of "Dependency" module. Even if I exclude "dependency" schemas from resources. And of course, don't put them in schema paths configuration. How I can avoid it?
Beta Was this translation helpful? Give feedback.
All reactions