Replies: 1 comment
-
|
Any idea when this might be supported @paulbakker ? Can likely be part of DataFetcherInvoker::invokeDataFetcher |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if I'm missing something or if it's not implemented within the framework. Traditionally, you can add annotated arguments to Spring MVC methods i.e.:
This does not seem to be supported within the
DgsQueryannotated methods. The workaround seems to be using theSecurityContextHolderclass, but I'm curious if a more "Spring" approach such as the one above is available.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions