Discussion on the usage scenarios of Library #517
jxnu-liguobin
started this conversation in
General
Replies: 1 comment
-
https://github.com/jxnu-liguobin/github-graphql-client Proxy client example of Scala/Java by using graphql-java-codegen. |
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
-
For me Its purpose is mainly used for graphql backend-client SDK.
Generate language type(like class,interface,enum in jvm), and use types to request(buildQuery) grapql API
We can see that many clients are based on JavaScript or Typescript, or the client still needs to write graphql query, but these are not what we want.I'm glad that graphql-java-ccodegen just meets our requirements.
The only regret is that it can only be used on the JVM platform(Does not contain native platform), but we need to provide more languages to implement bakcend-client SDK.
Welcome to more discussion. We mainly consider cpp/rust or python, go
Beta Was this translation helpful? Give feedback.
All reactions