DgsDataFetching Environment at HttpServletRequest #1876
Unanswered
shikhar-multiplier
asked this question in
Q&A
Replies: 1 comment
-
I don't think you can, a filter would happen before anything GraphQL happens, so there is no context yet. |
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
-
Hi Everyone,
I am trying to implement Attribute-based Access Control that involves some business logic to be done before request lands on mutations and queries. I need to access the DgsDataFetchingEnvironment Object at the filter level. Can someone guide me if this can be done and how?
Beta Was this translation helpful? Give feedback.
All reactions