Generating client queries from nested types only creates top level type #370
Unanswered
anderssandven
asked this question in
Q&A
Replies: 1 comment
-
I have been having a similar problem with this limitation, and have filed a feature request with details: |
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
-
I have a schema like this:
When doing code generation I expect to get multiple queries generated. The queries generated are:
OneGraphQLQuery.java
OneProjectionRoot.java
OneTwoProjection.java
I expect to get a OneTwoGraphlQuery aswell because I cannot supply any arguments through OneGraphqlQuery.
Am I misunderstanding how this works?
Beta Was this translation helpful? Give feedback.
All reactions