KickStart and protobug #730
Unanswered
MartinKosicky
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi I have a problem. I would like to have on one side graphql schema, and on the other side protobuf (historical reasons). We have a lot of codebase which is impossible to change on one go. We have also other half of the system simple POJOs where we dont have a problem.
Question is how can I transform graphql query into a custom java object that doesnt neccesary have the set and get. (Protobuf has builders). Protobuf also has repeated string which in java is a
and the system gives me
any ideas what would be a good approach?
Beta Was this translation helpful? Give feedback.
All reactions