HandlerMethodArgumentResolver
for DataFetcher
methods
#1180
filipegeric
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Thanks for the suggestion. Actually that is exactly how the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all! 👋
It would be interesting to implement a feature similar to
HandlerMethodArgumentResolver
that exists in Spring WebFlux.What would it look like:
And it would be used in the data fetcher class like this:
How it can be done now:
or:
If something like this can be implemented I feel like it would be useful.
Let me know what you think, or if something like this is already possible.
I appreciate the feedback.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions