A simple CLI to run your GraphQL queries in the terminal!
The idea came up one day as i was trying to use cURL to run my graphql queries but it was too difficult and annoying.
So i just made this CLI =D
After download, just run:
go build
And run the program:
./graphiql-cli
Or you can get a binary in the releases page.