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
Uh oh!
There was an error while loading. Please reload this page.
I need to access the
ServerHttpRequest
in order to obtain the provided token, so I can pass this on to the Spring WebFluxWebClient
but I can't cast thedataFetchingEnvironment.getContext()
tographql.kickstart.spring.GraphQLSpringServerWebExchangeContext
But when I do
dataFetchingEnvironment.getContext().getClass()
it says the context is ofgraphql.kickstart.spring.GraphQLSpringServerWebExchangeContext
Any idea how I can do this within Spring WebFlux?
Build.gradle:
The text was updated successfully, but these errors were encountered: