Nick Papirniy

Results 18 comments of Nick Papirniy
trafficstars

Can't wait for this feature to be implemented. You have an amazing library, keep going!

@evser for the primitive type (nonspecific to the language) you can use ``` typeMapping = mutableMapOf("JSON" to "String") ```

@evser I believe it was fixed as part of `5.1.10`. I've fixed it in PR https://github.com/Netflix/dgs-codegen/pull/293 which is part of the release. Can you please try with dgs-codegen plugin version...

@evser you are right, reproduced it. Will fix it and come back to you.

@evser meanwhile can you try to replace `typeMapping` to: ```kotlin typeMapping = mutableMapOf("JSON" to "kotlin.String") ```

Fix is available in PR: https://github.com/Netflix/dgs-codegen/pull/303

Please rebase