We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b05688 commit e9ee457Copy full SHA for e9ee457
website/src/pages/docs/commands/validate.mdx
@@ -48,6 +48,7 @@ graphql-inspector validate DOCUMENTS SCHEMA
48
- `--complexityDepthCostFactor <n>` - Depth cost factor config to use with maxComplexityScore
49
(default: `1.5`)
50
- `--filter <s>` - show warnings and errors only for a file (or a list of files)
51
+- `--ignore <s>` - ignore and do not load these files (supports glob)
52
- `--silent` - silent mode
53
- `--output <s>` - writes errors to a file
54
- `--onlyErrors` - shows only errors
0 commit comments