nikitastupin / clairvoyance

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

Impossible to Map Introspection Disabled GQL APIs for These Specific URLS (Apollo Servers Detected) #70

Open XMVZ opened 1 year ago

XMVZ commented 1 year ago

If anyone could give me a hand -- running into this issue with pretty much every GraphQL enumeration / mapping tool or library for the following URLs. I'm not sure if there is some additional variable I'm missing that I need to be including or potentially a different URL? No clue.

https://api.hypedrop.com/graphql [Apollo | Introspection Disabled]

https://api.hypeup.com/graphql [Apollo | Introspection Disabled]

http://api.csgoroll.com/graphql [Apollo | Introspection Disabled]

Seriously any and all help appreciated as this has been driving me insane!

Thank you so much for an amazing repo & tool. I hope to be able to utilize it!

x