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 wanted to extend the class DefaultGraphQLServletContext to put my own data in context. However, this is not possible because the constructor is private. Would it be possible to make the constructor protected in order to extend the class and the builder with your own context data? I haven't found any other way to put my own data into context.