|
|
|
|
|
by rhacker
2100 days ago
|
|
The graphql example is not the greatest, but I would personally use GQL Code Generator to create a little strongy typed client for all your .graphql files: https://graphql-code-generator.com/docs/plugins/java Not sure if there's a strong use-case in general here. Even Groovy code, which is a popular choice for JVM DSL languages, has pretty excellent stub generation. |
|
[1] https://github.com/manifold-systems/manifold/tree/master/man...