Uh oh!
There was an error while loading. Please reload this page.
chore: add test qrapg QL query workflow - #6920
Conversation
|
There was a problem hiding this comment.
Pull Request Overview
Adds a GitHub Actions workflow to test GraphQL queries against the GitHub API, specifically querying repository information for the primer/react repository.
- Introduces a manually-triggered workflow that validates GraphQL API connectivity and query execution
- Implements comprehensive error handling and response validation for GraphQL operations
- Provides detailed logging and debugging output for API interactions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This pull request adds a new GitHub Actions workflow to test GraphQL queries against the GitHub API. The workflow is designed to verify that GraphQL queries return valid data and to provide detailed error logging for easier debugging.