Interceptors/WebGraphQlInterceptor in graphql kickstart 12.0.0 ? #805
-
Hello everyone, I wanted to know if in version of graphql kickstart 12.0.0, does not handle WebGraphQlInterceptor ? It is in this official documentation and it seemed useful for me. I wanted to use it for each time a graphql request is made in my backend to save the user that executes it at what time and its action. But I see that I can't implement WebGraphQlInterceptor ... is there something similar that I can use for graphql kickstart 12? My application is with WebFlux too. Thank you in advance for your response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's spring-graphql specific and is unrelated to Kickstart. You'll have to use the spring-graphql stack and not Kickstart if you want to use that approach. |
Beta Was this translation helpful? Give feedback.
That's spring-graphql specific and is unrelated to Kickstart. You'll have to use the spring-graphql stack and not Kickstart if you want to use that approach.