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
I need to pass custom context within the same GraphQLServletContext for some information within the same Http Servlet request. getContext() of DataFetchingEnvironment only allows to return GraphQLContext or GraphQLServletContext. Is there any better way to do this? Thanks.