Use getUser for getting followers
All checks were successful
Tests / Tests (pull_request) Successful in 8s
All checks were successful
Tests / Tests (pull_request) Successful in 8s
This commit is contained in:
@@ -112,9 +112,8 @@ mutation unfollowUser($followedUserId: Int!) {
|
||||
}
|
||||
}
|
||||
|
||||
query getUserFollowingFollowers {
|
||||
getLoggedInUser {
|
||||
id
|
||||
query getUserFollowingFollowers($userId: Int!) {
|
||||
getUser(userId: $userId) {
|
||||
following {
|
||||
id
|
||||
username
|
||||
|
Reference in New Issue
Block a user