Skip to content

Commit

Permalink
Add documentation for the --ignore option (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
strmer15 authored May 2, 2024
1 parent 8b05688 commit e9ee457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/docs/commands/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ graphql-inspector validate DOCUMENTS SCHEMA
- `--complexityDepthCostFactor <n>` - Depth cost factor config to use with maxComplexityScore
(default: `1.5`)
- `--filter <s>` - show warnings and errors only for a file (or a list of files)
- `--ignore <s>` - ignore and do not load these files (supports glob)
- `--silent` - silent mode
- `--output <s>` - writes errors to a file
- `--onlyErrors` - shows only errors
Expand Down

0 comments on commit e9ee457

Please sign in to comment.