1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-08 15:27:40 +01:00
git-touch-android-ios-app/lib/graphql/gh_follow_user.graphql

8 lines
120 B
GraphQL

mutation GhFollowUser($id: ID!) {
followUser(input: { userId: $id }) {
user {
viewerIsFollowing
}
}
}