graphquail icon indicating copy to clipboard operation
graphquail copied to clipboard

Burp Suite extension that offers a toolkit for testing GraphQL endpoints.

Results 3 graphquail issues
Sort by recently updated
recently updated
newest added

I followed the video tutorial and it doesn't build any schema. Is this tool out of date?

(base) ┌──(photon㉿kali)-[~/graphquail] └─$ gradle build Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true openjdk version "17.0.8-ea" 2023-07-18 OpenJDK Runtime Environment (build 17.0.8-ea+6-Debian-5) OpenJDK 64-Bit Server VM (build 17.0.8-ea+6-Debian-5, mixed mode, sharing) Picked up...

When graphql is served directly from the root path, the extension was sending `POST HTTP/2 HTTP/2` instead of `POST / HTTP/2` Added a check for double space to detect that...