This commit is contained in:
@@ -86,3 +86,19 @@ query GetUserTags {
|
||||
name
|
||||
}
|
||||
}
|
||||
|
||||
mutation followUser($followedUserId: Int!) {
|
||||
followUser(followedUserId: $followedUserId) {
|
||||
followers {
|
||||
username
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mutation unfollowUser($followedUserId: Int!) {
|
||||
unfollowUser(followedUserId: $followedUserId) {
|
||||
followers {
|
||||
username
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user