graphqurl
graphqurl copied to clipboard
Quiet mode (to omit "Executing query...")
Feature request:
Would you accept a PR to add a --quiet
flag to omit the Executing query...
output?
@dukedave Yes, please! Fire away :smile:
This is blocked on #47 😞
👍
I propose feature here: https://github.com/hasura/graphqurl/pull/83
btw, that message is sent on stderr, so in the mean time, you can avoid it by redirecting that stream e.g ... 2> /dev/null