Kavitha Srinivasan
Kavitha Srinivasan
Hi - you can do multiple fields in one query or operation. If they have the same name, you will need to alias it as shown below. ``` query {...
We won't be prioritizing this feature for now, since we don't use reactive stack internally. However, we are working on a release that integrates with spring-graphql in the coming weeks....
@Stuckya - the current plan for internal consumption is to maintain both 2.x and 3.x branches for a temporary period of time when we are ready to start consuming 3.x....
Thanks so much for all the great work in this PR! 👏 I still need to do some more testing with all these changes, so will work on that over...
@Stuckya - I am thinking of merging your PR to a spring-boot-3 branch to further test and add any fixes on top of. Once we are ready, I can merge...
> Great, I'll create a new branch and merge your PR there and continue with my testing. It's looking really good so far! Thanks for the change you just made...
> Hello - > > Thanks for all your work on this PR - We are moving to Spring Boot 3 across our projects and so anxiously awaiting this update....
@Stuckya - could you please make the following changes as well as part of the PR. I updated example projects to Spring Boot 3 and this branch needs to use...
Thanks @Stuckya - build seems to have passed ci checks as well with your latest commit. 🥳 I'll merge it to a spring-boot-3-candidate branch and continue testing it. As mentioned...
Thanks for the doc updates!