graphql-cli
graphql-cli copied to clipboard
Commands silently fail
Describe the bug
When I run
graphql coverage
or
graphql verify
without any arguments, the commands silently fail.
When I run the first command with my schema and documents, these commands also silently fail, but this seems issue seems like a good place to start.
graphql --version
4.1.0
The problem was that I didn't have @graphql-cli/coverage installed.
I believe it should fail with an error message.
Duplicate #1729
Agreed, this is pretty unexpected