Skip to content

Commit e9ee457

Browse files
authored
Add documentation for the --ignore option (#2694)
1 parent 8b05688 commit e9ee457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/pages/docs/commands/validate.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ graphql-inspector validate DOCUMENTS SCHEMA
4848
- `--complexityDepthCostFactor <n>` - Depth cost factor config to use with maxComplexityScore
4949
(default: `1.5`)
5050
- `--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)
5152
- `--silent` - silent mode
5253
- `--output <s>` - writes errors to a file
5354
- `--onlyErrors` - shows only errors

0 commit comments

Comments
 (0)