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.