This website requires JavaScript.
Explore
Help
Sign In
Gitea
/
git-touch-android-ios-app
mirror of
https://github.com/git-touch/git-touch
Watch
1
Star
0
Fork
You've already forked git-touch-android-ios-app
0
Code
Issues
Releases
Wiki
Activity
857e49f220
git-touch-android-ios-app
/
lib
/
graphql
/
gh_follow_user.graphql
8 lines
120 B
GraphQL
Raw
Blame
History
mutation
GhFollowUser
(
$id
:
ID
!
)
{
followUser
(
input
:
{
userId
:
$id
}
)
{
user
{
viewerIsFollowing
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink