trevor-scheer/GraphQL Analyzer
Validate, lint, and check GraphQL projects with inline PR annotations and SARIF.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run (check, validate, lint). | no | check |
| config | Path to .graphqlrc.yaml. | no | "" |
| project | Project name for multi-project configs. | no | "" |
| version | CLI version: 'latest' or 'X.Y.Z'. | no | latest |
| max-warnings | Threshold passed to --max-warnings. | no | "" |
| annotate | Emit inline PR annotations. | no | true |
| sarif | Produce SARIF output. | no | false |
| sarif-file | SARIF output path. | no | graphql-results.sarif |
| comment | Post (or update) a PR summary comment. | no | false |
| working-directory | Where to run the CLI. | no | . |
Outputs
| name | description |
|---|---|
| errors | Number of error-severity diagnostics. |
| warnings | Number of warning-severity diagnostics. |
| sarif-file | Path to the SARIF file when sarif is true. |