I accidentally closed the issue #1140
@bclozel this issue is not about SecurityContextHolder, it’s about being able to access GraphQLContext through something like that so that I can just call some static method to get it instead of passing it from controller method down to all service methods. Are tou trying to say that this is already available through context propagation, like via micrometer? If so, can you provide an example?