-
Notifications
You must be signed in to change notification settings - Fork 639
chore: add test qrapg QL query workflow #6920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.