We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791e505 commit d0a160dCopy full SHA for d0a160d
src/main/java/graphql/servlet/GraphQLServlet.java
@@ -123,7 +123,7 @@ public void unsetContextProvider(GraphQLContextBuilder contextBuilder) {
123
}
124
125
protected GraphQLContext createContext(Optional<HttpServletRequest> req, Optional<HttpServletResponse> resp) {
126
- return new GraphQLContext(req, resp);
+ return contextBuilder.build(req, resp);
127
128
129
@Override @SneakyThrows
0 commit comments