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
}
}
}