graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

print error response message from server if present

Open technopreneurG opened this issue 5 years ago • 0 comments

A graphql service was returning '500 Internal Server Error', thats what graphql-client kept printing, on debugging further I figured that they were sending the actual reason in the response body.

Hope this patch helps people integrating GraphQL services save couple of hours in debugging.

technopreneurG avatar Feb 16 '20 17:02 technopreneurG