cli: add new --gql @query-file support#162
Conversation
This commit adds a new way to run gql queries from the command line Fixes novem-code#161
|
There's a fine line between nice tools for developers and nice tools for end users. Maybe this would be more at home in the TUI? |
Yes and no, I think we should treat the So in my mind, having some native gql utilities in the cli is fine (for example we already have The TUI is currently too much of an internal tool as well. |
|
Also added support for stdin so |
This commit adds a new way to run gql queries from the command line
Fixes #161