Home

Awesome

<h1 align="center">graphql-introspection-analyzer</h1> <h4 align="center">Analyze the response of the introspection query of GraphQL.</h4> <p align="center"> <img src="https://img.shields.io/badge/python-v3-blue" alt="python badge"> <img src="https://img.shields.io/badge/license-MIT-green" alt="MIT license badge"> <a href="https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fgraphql-introspection-analyzer%2f" target="_blank"><img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fgraphql-introspection-analyzer" alt="twitter badge"></a> </p> <!-- <p align="center"> <img src="https://img.shields.io/github/stars/gwen001/graphql-introspection-analyzer?style=social" alt="github stars badge"> <img src="https://img.shields.io/github/watchers/gwen001/graphql-introspection-analyzer?style=social" alt="github watchers badge"> <img src="https://img.shields.io/github/forks/gwen001/graphql-introspection-analyzer?style=social" alt="github forks badge"> </p> -->

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>

<img src="https://raw.githubusercontent.com/gwen001/graphql-introspection-analyzer/main/preview.png">

Feel free to open an issue if you have any problem with the script.