Improvements for "Sse subscription client" #652
TheMeinerLP
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@TheMeinerLP - We do have code generation for subscription queries and projections as part of the dgs codegen plugin. Please try that out and let us know what is missing before adding to it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw for my company we required a subscriptions for a customers api. But the current pull request with simple subscribe was not enough. Of the reason the subscription need be written as a string. Thats looks in Java and Kotlin very unbeautiful.
My changes what i want to do. Add code generations like queries and projections.
Also when i have time over, i extend the documentation.
All that inspired me was the PR of @paulbakker
In advance, sorry for the bad english!
Beta Was this translation helpful? Give feedback.
All reactions