git-touch-android-ios-app/lib/graphql/gh_unfollow_user.graphql

8 lines
124 B
GraphQL

mutation GhUnfollowUser($id: ID!) {
unfollowUser(input: { userId: $id }) {
user {
viewerIsFollowing
}
}
}