swisskyrepo / GraphQLmap

GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. - Do not use for illegal testing ;)
MIT License
1.33k stars 187 forks source link

GraphQL in json body #41

Open daffainfo opened 2 years ago

daffainfo commented 2 years ago

Hi, I have a question. How to use this tool if the GraphQL query is inside the JSON body?

POST /graphql HTTP/1.1
Host: example.com

{"operationName":"test","query":"query test($input: test!).....\n}\n"}