actions-marketplace-validations/GitHub GraphQL Action
A client for GitHub GraphQL API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| query | The file containing the GraphQL query to execute | yes | — |
| url | The GraphQL API endpoint | yes | https://api.github.com/graphql |
| accept | Optional `Accept` HTTP header | no | — |
| outputFile | Where to persist the output on the disk | no | — |
| logLevel | Log level (`info`, `timer`, `debug`, `warn`, `error`) | no | error |
Outputs
| name | description |
|---|---|
| queryResult | The result of the query |