amruta.raut
amruta.raut
Hello @rstoyanchev, is there any update on this. I have tried above solution but it is not working
Hi @rstoyanchev, Thanks for reopening this issue. I tried the interceptor option but it didn't work. The query that I am working on has following structure: ```graphql query getData {...
@rstoyanchev I checked it by adding logs and by debugging. It is getting invoked but not working as expected
@rstoyanchev Actually I already had Interceptor in my project for passing custom context and I modified that with timeout related code. Please check below code ``` @Component @EnableAutoConfiguration public class...
Hi @bclozel , My custom interceptor is working, I am able to fetch custom context in my api also, but the changes related to timeout are not working as expected....