You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
Make sure to fork this template and run pnpm generate in the terminal.
Please make sure the Codegen and plugins version under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
Following directions here, I'm trying to get graphql-inspector audit to work using just the CI package. When using @graphql-inspector/cli the command works, but when using @graphql-inspector/ci, @graphql-inspector/audit-command, and @graphql-inspector/code-loader, it produces no output.
To Reproduce Steps to reproduce the behavior:
package.json
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
Following directions here, I'm trying to get
graphql-inspector audit
to work using just the CI package. When using@graphql-inspector/cli
the command works, but when using@graphql-inspector/ci
,@graphql-inspector/audit-command
, and@graphql-inspector/code-loader
, it produces no output.To Reproduce Steps to reproduce the behavior:
package.json
someFile.tsx
No output
I even tried installing all the command packages and loader packages, no dice.
Finally, if I install
@graphql-inspector/cli
, everything works as expected.Expected behavior
Audit output
Environment:
@graphql-inspector/...
: versions above in package.json examplegraphql
: in package.json exampleAdditional context
The text was updated successfully, but these errors were encountered: