Replies: 4 comments 10 replies
-
Actually, we have a PR leveraging Kotlin DSL in codegen almost ready: Netflix/dgs-codegen#359 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello there. Can you maybe point to some part of the documentation that would explain how this works ? I'm not sure how I could use a DSL approach here ? |
Beta Was this translation helpful? Give feedback.
7 replies
-
@mbossenbroek - when you get a chance could
you please add a quick description of the settings needed to use the v2
kotlin API? Thanks!
…On Mon, Apr 3, 2023 at 4:02 AM Laurent Thoulon ***@***.***> wrote:
Hello there. Can you maybe point to some part of the documentation that
would explain how this works ? I'm not sure how I could use a DSL approach
here ?
Thanks
—
Reply to this email directly, view it on GitHub
<#1044 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ5JPXLNQLSNQCREHFTAMZ3W7KU5PANCNFSM5V7RDXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi - we don't officially support the maven plugin, just the gradle version.
That is maintained by the community, so would suggest reporting there for
any issues with the maven plugin.
…On Wed, Apr 5, 2023 at 1:27 AM Laurent Thoulon ***@***.***> wrote:
I'm using version 5.7.0 that is behind version 1.30 of the
graphqlcodegen-maven-plugin <https://github.com/deweyjose/graphqlcodegen>.
But there is that graphql-dgs-codegen-client-core that is till in version
5.1.17 and I'm not very sure what this is about. There is no greater
version. Maybe @srinivasankavitha <https://github.com/srinivasankavitha>
can help ?
—
Reply to this email directly, view it on GitHub
<#1044 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ5JPXJ4DO7DWN2ZDBRXYFDW7UUIXANCNFSM5V7RDXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why not use Kotlin DSL for build client requests ? It would be handy for building projections.
I little rewrote abstract classes query and projection, and changed serialization consider that new structure of child classes.
This is an example of updated queries compared to the old one.
Example schema:
Old Java DSL request:
New Kotlin DSL request (with Kotlin features):
Beta Was this translation helpful? Give feedback.
All reactions