Matt Bossenbroek
Matt Bossenbroek
Fixed here (pending build/merge/release): https://github.com/Netflix/dgs-codegen/pull/623 I'm still unsure how these reserved word issues regressed, but now we have tests to lock in the behavior
Looks good to me! 👍 I'll let @srinivasankavitha merge it cause there are other changes in there too
Confirmed this works with the kotlin2 stuff as well, and checked for a type named `Package`. There were a few bugs related to escaping that were fixed recently - what...
@JLLeitschuh you're right - when creating the projections I was converting the type to kotlin first & then deriving the name of the projection by picking the innermost type. Obviously...
@srinivasankavitha looks like the build passed on that PR; feel free to merge/release at your convenience
I'm not sure I follow what you mean by this: > Does SimpleListConnection work for client types? You can specify that you'd like to use that class instead of the...
I made a change recently to use the GQL builders instead of constructing strings: https://github.com/Netflix/dgs-codegen/pull/423/commits/3778f55bc0cb147b66eec2ddc1bf07a7b8b18296 It was over a month ago, so that should have been released by now -...
Just noticed you posted this a few days before I made that commit - give that a try & let me know. Also feel free to tag me directly in...
My apologies - I saw the "with Java" in the last comment & thought it was for the other stuff. This PR should fix: https://github.com/Netflix/dgs-codegen/pull/700 Also I added your repro...
This fix was released a while ago. I'm not familiar with the maven plugin; this was just a fix in the core codegen logic. On Wed, Aug 28, 2024 at...