Skip to content

Conversation

@setchy
Copy link
Member

@setchy setchy commented Dec 12, 2025

This PR focuses on a few long standing improvements.

  • Use of graphql-codegen to generate types for GitHub GraphQL request/response shapes - closes Improve GraphQL Typescript support with GraphQL-Codegen #985
  • Refactor discussions enrichment query to use query > repository > discussion instead of query > search for a more targeted discussion result based on repo + discussion number

This also setups up the ground work for further enhancements that will be in separate follow-up PRs. Examples of this include refactoring the issue and pull request enrichment calls from REST to GraphQL, which will have a positive impact on reducing our use of API rate limits.

@github-actions github-actions bot added dependency Dependency updates enhancement New feature or enhancement to existing functionality labels Dec 12, 2025
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates enhancement New feature or enhancement to existing functionality

Development

Successfully merging this pull request may close these issues.

Improve GraphQL Typescript support with GraphQL-Codegen

2 participants