|
|
|
|
|
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. |
|