Files
git-touch/lib/graphql/gh_unfollow_user.graphql
2020-01-07 15:32:48 +08:00

8 lines
124 B
GraphQL

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