dotnet / docs-tools

This repo contains GitHub Actions and other tools that are designed to be invoked on DocFx repositories.
Creative Commons Attribution 4.0 International
15 stars 26 forks source link

[GraphQL library] Create general search query #280

Open BillWagner opened 8 months ago

BillWagner commented 8 months ago

The LabeledIssueCounts query is a single purpose query that returns the counts of issues with a set of labels. There are many other useful search queries, if we make this code more general. It could be used to find all issues for a given article, or assigned to someone, etc.

Not for now, but I want to make a note of it.

BillWagner commented 8 months ago

Note: The query for "what's new" is also a search query. Maybe the common code can be consolidated with the query code for the issue counts as well?