You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WebGraphQlInterceptor can copy HTTP request into the GraphQLContext, and those values are then accessible in controller methods via @ContextValue. There is an example of this in the docs, but we can make it easier by providing a built-in interceptor configurable with HTTP header names to transfer and optional target keys to map to in the GraphQL context.