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
Map<String, Object> variables = requestParams.getVariables() == null ? requestBody.getVariables() : requestParams.getVariables();
// the following line must be added:if (variables == null) variables = newHashMap<>();
Without this fix for example Voyager tool is not working, and I have to register custom GraphQLServletExecutor like this one:
In executeJsonPost()
Without this fix for example Voyager tool is not working, and I have to register custom GraphQLServletExecutor like this one:
The text was updated successfully, but these errors were encountered: