DGS Plugin
#6158
Replies: 1 comment
-
Hi @RIP21 ! Thank you for creating this. I'm moving to discussions since I think it's a better fit for this issue. Netflix is doing awesome work with DGS, and I think the DGS plugin is currently very specific to Java/Kotlin and generates output that is very specific for that ecosystem. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, Netflix recently announced their own framework based on
graphql-java
that is opinionated towards Spring named DGS.They do have some codegen, but I'm unsure it squeezes the most out of the possibilities of schema-first approach :D Plus they seem to be not big fans of required fields which blows my mind a bit as TS clients or any other typed client may want to kill themselves with millions of null checks they have to do :D But required types are supported, but it's just they never use them in the examples and seem to be relying on that quite heavily :) (maybe because in Java everything may become
null
unexpectedly, but nobody cares about Java on Frontend/Client-side I guess, but do care about not doing null checks on every single line :D)Anyway, just letting you know so maybe you or somebody else will come up with something cool and just so you folks are aware of new player on the JVM market :)
Here is the generator itself.
https://github.com/Netflix/dgs-codegen
Beta Was this translation helpful? Give feedback.
All reactions