We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 text was updated successfully, but these errors were encountered:
The problem was that I didn't have @graphql-cli/coverage installed.
@graphql-cli/coverage
I believe it should fail with an error message.
Sorry, something went wrong.
Duplicate #1729
Agreed, this is pretty unexpected
No branches or pull requests
Describe the bug
When I run
or
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.
The text was updated successfully, but these errors were encountered: