Hi,
With GraphQL API is it possible to get at the commit results in the search page.
E.g., I have this query q="go-chi/chi"&type=commits
and I would like to get back the number, as of this writing, 275 commit results
See here: https://github.com/search?q="go-chi%2Fchi"&type=commits
(haven’t found anything in the changelog relating to search)
Thanks!