GraphQL Introspection Dumper In Bash
This bash script performs a GraphQL introspection query and saves the result to a JSON file.
- Set the GraphQL endpoint in the script.
- Save the file as
introspection.sh - Grant the script execution permisions
$ chmod +x instrospection.sh - Run the script to perform the introspection query.
./introspection.sh