Kavitha Srinivasan
Kavitha Srinivasan
Usually schema files are added under src/main/resources for graphql projects and hence we scan for the META-INF folder in codegen. Thanks for pointing out the documentation gap, we need to...
Fixed the docs here: https://github.com/Netflix/dgs/commit/a518e6d1af69d591fba88bc9d3b06f5c49862290
Ok, I see. At the time of adding this feature, our primary use case was to pick up schemas under META-INF and from other modules in a given project that...
> Hi @srinivasankavitha Can you take a look at the PR Thanks for the PR! Will do later this week.
yeah that flag is specific to kotlin2. Yes, it would be great of you can add to both since we try to maintain feature parity as much as possible.
Also, you can run `./gradlew formatKotlin` to fix linting errors that are failing the build.
@krutikavk - I'm reviewing your PR and have a few questions: 1) Can you provide an example of how this newly generated class will be used? Does a user call...
> > @krutikavk - I'm reviewing your PR and have a few questions: > > > > 1. Can you provide an example of how this newly generated class will...
I agree with @kilink and @paulbakker. Codegen feature on it's own is useful and I like @kilink's simplification to avoid the use of BitSet altogether since the number of fields...
Thanks for reporting, we will look into a fix for this issue.