Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.64 KB

graphql-introspection-analyzer

Analyze the response of the introspection query of GraphQL.

python badge MIT license badge twitter badge


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.