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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
I need to access the ServerHttpRequest in order to obtain the provided token, so I can pass this on to the Spring WebFlux WebClient but I can't cast the dataFetchingEnvironment.getContext() to graphql.kickstart.spring.GraphQLSpringServerWebExchangeContext
But when I do dataFetchingEnvironment.getContext().getClass() it says the context is of graphql.kickstart.spring.GraphQLSpringServerWebExchangeContext