gwen001 / graphql-introspection-analyzer

Graphql introspection query analyzer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Graphql introspection query analyzer.

License:MIT License


Languages

Language:Python 100.0%