Replies: 2 comments 6 replies
-
@jinwg Not at the moment but it's a feature that I will have to add. we can add our progress in this discussion |
Beta Was this translation helpful? Give feedback.
-
I have a working solution for this using GraphQLFieldVisibility, a custom set of directives we've built for authorization, and Spring Security libraries for managing the JWT tokens |
Beta Was this translation helpful? Give feedback.
-
@ooga, any experience to work with GraphqlFieldVisibility to hide fields base on the user roles in reactive context? SchemaDirectiveWiring can change the field definition, but cannot hide it from Introspection call as the "GraphqlFiledVisbility" dose.
Originally posted by @jinwg in #437 (comment)
Beta Was this translation helpful? Give feedback.
All reactions