mirror of
https://github.com/git-touch/git-touch
synced 2025-03-08 15:27:40 +01:00
8 lines
120 B
GraphQL
8 lines
120 B
GraphQL
mutation GhFollowUser($id: ID!) {
|
|
followUser(input: { userId: $id }) {
|
|
user {
|
|
viewerIsFollowing
|
|
}
|
|
}
|
|
}
|