Replies: 2 comments 1 reply
-
|
/cc @jmartisk (graphql), @phillip-kruger (graphql) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Unfortunately no, this is not supported at the moment. This would need deeper integration that builds separate schemas at build time for each user... |
Beta Was this translation helpful? Give feedback.
1 reply
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 would like to call field visibility per request in Quarkus GraphQL in order to restrict the visibility of the schema per user.
Is there any way to achieve this?
This works, but it does not allow me to pass the user object in a thread-safe manner.
This solution works, but I'm unsure whether it will lead to other problems.
After some tests, I came around that this solution does not work either because the schema is not rebuilt.
I am grateful for any help.
Beta Was this translation helpful? Give feedback.
All reactions