README.md
March 28, 2023 ยท View on GitHub
graphql-introspection-analyzer
Analyze the response of the introspection query of GraphQL.
Description
This Python tool displays the result of the introspection query of a graphql endpoint in a pretty way. So you can see all objects, queries and mutations avalaible.
Install
git clone https://github.com/gwen001/graphql-introspection-analyzer
cd graphql-introspection-analyzer
pip3 install -r requirements.txt
Usage
python3 graphql-introspection-analyzer <introspection file>
Feel free to open an issue if you have any problem with the script.