Tag: java-annotations
-
Spring Boot Graphql: How can I pre-process an individual query/mutation before it runs the controller method?
0 I want to add an annotation to my controller methods that is used to check if the user can perform an action or access a piece of data before the controller method is called. I want to be able to check each individual query/mutation, rather than each http request which may come with multiple…