mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
8 lines
124 B
GraphQL
8 lines
124 B
GraphQL
mutation GhUnfollowUser($id: ID!) {
|
|
unfollowUser(input: { userId: $id }) {
|
|
user {
|
|
viewerIsFollowing
|
|
}
|
|
}
|
|
}
|