mandiwise/GraphQL Operation Validation
A GitHub Action that validates all operations performed by a client application against a GraphQL schema
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 6, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: mandiwise/graphql-operation-validation-action@1bc1ca7ef4184b4d35a6e148186c7f1ca7a9bebd # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| excluded_paths | Comma-separated directory/file paths in the `base_dir` to exclude (relative to `base_dir`) | no | — |
| base_dir | The base directory to search for operations (relative to repo directory) | yes | — |
| schema_location | An endpoint URL or path of a .json/.graphql file (relative to repo directory) | yes | — |
| token | Token to use with an Authorization header (only the Bearer scheme is supported) | no | — |
Outputs
no outputs