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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress of the issue based on the Contributor Workflow
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.
Make sure to fork this template and run pnpm generate in the terminal.
pnpm generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
I've got a report produced by graphql-inspector audit './**/*.tsx' (gql template literals in the tsx files).
graphql-inspector audit './**/*.tsx'
Several of the queries and mutations report a depth of 20.
When I run the same files through graphql-inspector validate './**/*.tsx' './schema.graphql' --maxDepth 8 --errorsOnly I get no failures.
graphql-inspector validate './**/*.tsx' './schema.graphql' --maxDepth 8 --errorsOnly
To Reproduce Steps to reproduce the behavior: I'm happy to send my schema and docuements directly to someone but would rather not post them publicly.
Expected behavior
Environment:
@graphql-inspector/...
graphql
Additional context
The text was updated successfully, but these errors were encountered:
I'm also encountering this problem. Probably because validate doesn't handle fragments the same as audit
validate
audit
Sorry, something went wrong.
No branches or pull requests
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
I've got a report produced by
graphql-inspector audit './**/*.tsx'
(gql template literals in the tsx files).Several of the queries and mutations report a depth of 20.
When I run the same files through
graphql-inspector validate './**/*.tsx' './schema.graphql' --maxDepth 8 --errorsOnly
I get no failures.To Reproduce Steps to reproduce the behavior:
I'm happy to send my schema and docuements directly to someone but would rather not post them publicly.
Expected behavior
Environment:
@graphql-inspector/...
:graphql
:Additional context
The text was updated successfully, but these errors were encountered: