Hacker News new | ask | show | jobs
by nicolasd 2849 days ago
That's not true. "GraphQL requests" are _just_ POST requests with a JSON that contains "query" and "variables".

So it's not the request itself that is not debuggable, but maybe the query interpreter on your backend with the framework you're using.

1 comments

Have you ever seen one? They are impossible to formulate with simple tools like curl on the command line. So my original point stands.