8 ms·
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 debu
by nicolasd 8y 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.
- iamleppert 8y agoHave you ever seen one? They are impossible to formulate with simple tools like curl on the command line. So my original point stands.