Damian Wilkołek
Damian Wilkołek
Sure, I'll take a stab at it shortly.
While peeking at java code path I've found a bug in kotlin path. When using typeMapping with `Person to DifferentlyNamedClass` mapping then it would fail. Regarding Java path it will...
I've implemented option 2. Lmk what do you think 🙏
I realised that kotlin2 did not support default values at all. Now experience with default values should be the same across codegen configurations.
@mbossenbroek This PR contains kotlin2 changes - added support for default values in input types 😉 @srinivasankavitha I've implemented java code path using initialiser block If it make sense to...
Parameter `schemaPaths` accepts list of files/paths and I'm pretty sure this issue is no longer valid. Certainly you can do something like this: ``` schemaPaths = File("${projectDir}/src/main/resources/schema/").walkTopDown() .filter { it.name.endsWith(".graphqls")...
I've set stack size for mvsc and it did work. Thank you! Let me know if there is anything I could do to help you out. 🙂
@srinivasankavitha Are you waiting for any action from my side or is it ready to go? I'm not a huge fan of stale PRs hanging out in void 😅
@srinivasankavitha should I do something about this PR?
I've published prerelease that used `v0`. I've experienced error on mac os. I'll double check on windows