octokit/GitHub GraphQL API Query
Send queries to GitHub's GraphQL API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| query | Your GraphQL query, see https://developer.github.com/v4/ | yes | — |
| mediaType | Enable previews - see https://github.com/octokit/graphql-action/blob/main/README.md#preview-media-types | — | — |
| variables | Variables described in YAML | — | — |
Outputs
| name | description |
|---|---|
| data | The "data" key of the GraphQL response body |