graphquery 0.3.0

A simple cli tool to make graphql request.
Documentation
1
2
3
4
5
query {
    viewer {
        login
    }
}