Replies: 1 comment
-
Using If you do want to go through the HTTP handlers, you should start a server and use the GraphQL client to send queries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my
signIn
data fetcher, there are some codes accessing the web request.When writing test with
DgsQueryExecutor
.Got an NPE exception like this.
java.lang.NullPointerException: null cannot be cast to non-null type javax.servlet.http.HttpSession
The signIn query is working well in the GraphiQL UI.
Beta Was this translation helpful? Give feedback.
All reactions