Hi team,
I have been using the graphql-java-kickstart/graphql-spring-boot project for my project, which is now deprecated in favor of this spring project.
In the past, I did not have to annotate the arguments for the query or mutation. However, with this spring-graphql project, it seems I will need to annotate them.
I am wondering if it would be beneficial to support auto-binding of arguments based on field name, type, etc.? This would simplify the transition and reduce the amount of boilerplate code required.
Thank you!