Skip to content

Look for graphql queries on specific fields within your codebase.

License

Notifications You must be signed in to change notification settings

wrhall/graphql-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

If you have cargo installed (apt-get install cargo), then you can simply run:

cargo build --release

From there, navigate to the directory you want to recursively search, and then run something like this:

../graphql-search/target/release/graphql-search mytoplevelquery.subfield.subsubfield

../graphql-search/target/release/graphql-search mytoplevelquery.subfield.subsubfield --verbose

It currently doesn't do anything particularly intelligent, like combining fragments into the main query.

About

Look for graphql queries on specific fields within your codebase.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages