Add GraphQLTester
See gh-43
This commit is contained in:
@@ -102,7 +102,7 @@ public class RequestInput {
|
||||
if (getOperationName() != null) {
|
||||
map.put("operationName", getOperationName());
|
||||
}
|
||||
if (CollectionUtils.isEmpty(getVariables())) {
|
||||
if (!CollectionUtils.isEmpty(getVariables())) {
|
||||
map.put("variables", new LinkedHashMap<>(getVariables()));
|
||||
}
|
||||
return map;
|
||||
|
||||
Reference in New Issue
Block a user