dgs-examples-java
dgs-examples-java copied to clipboard
small question
what is the best way to dump the I got as a response from the execution?
dgsQueryExecutor.execute but no matter what it returns a linked hash map, which therefore lose the order when I try to convert it back to JSON with?
I have the impression there must be an obvious vai to dump the response... and I am looking for it :)