datasqrl/GraphQL Schema Linter
Lint GraphQL schema files for naming conventions using graphql-schema-linter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schemas | Glob pattern or space-separated list of schema files to lint | no | **/*.graphqls |
| rules | Comma-separated list of linting rules | no | fields-are-camel-cased,types-are-capitalized,enum-values-all-caps,input-object-values-are-camel-cased |
| ignore | JSON object for ignoring specific rule violations | no | {} |
Outputs
no outputs