You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GQL is good enough for normal git repository. Now lots of repositories are hosted on GitHub, and any plan to add support for GitHub. I think the following virtual tables are very important.
issues
actions
pull_requests
discussions
For authentication, Integration with GitHub CLI is a good solution or with GITHUB_TOKEN env variable.
The text was updated successfully, but these errors were encountered:
I like this idea, i am thinking of applying it but as a new GitQL SDK application like ClangQL and FileQL, also i think we can use the graphQL to optimize the remote query too using Github API 3
GQL is good enough for normal git repository. Now lots of repositories are hosted on GitHub, and any plan to add support for GitHub. I think the following virtual tables are very important.
For authentication, Integration with GitHub CLI is a good solution or with
GITHUB_TOKEN
env variable.The text was updated successfully, but these errors were encountered: