mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
refactor: use graphql mutation instead of restful api
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
query GhUser($login: String!, $isViewer: Boolean!) {
|
||||
repositoryOwner(login: $login) @skip(if: $isViewer) {
|
||||
__typename
|
||||
id
|
||||
login
|
||||
avatarUrl
|
||||
url
|
||||
|
||||
Reference in New Issue
Block a user