nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
967 stars 87 forks source link

Executing it for GET requests only #41

Open rajeshpatil013 opened 1 year ago

rajeshpatil013 commented 1 year ago

Hi, how to run the tool for the cases where endpoint supports GET requests only.

nikitastupin commented 1 year ago

Hey @rajeshpatil013,

I don't think it's possible for the moment. Could you give an example of such an endpoint so that we can potentially implement such functionality in the future?

rajeshpatil013 commented 1 year ago

@nikitastupin Dm'd you on twitter.

insi2304 commented 2 weeks ago

@nikitastupin Can we have a flag to fuzz the schema using GET requests?