Skip to content

Interogates a GraphQL endpoint to derive a schema

Notifications You must be signed in to change notification settings

fx2301/graphql_schemer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Schemer

Derives the schema from a GraphQL endpoint given a curl statement.

Setup

git clone [email protected]:fx2301/graphql_schemer.git
cd graphql_schemer
pip install -r requirements.txt

Usage

python3 graphql_schemer.py --schema-file schema.graphql curl <curl options>

How it works

Right now, all this does is make an introspection query. The idea is to accumulate a schema from valid queries, and perhaps also fuzz for schema discovery.

About

Interogates a GraphQL endpoint to derive a schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages