Use logged in user for followers
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
2024-10-30 18:20:25 -06:00
parent f6e4a1bc0b
commit 05e3182e8b
2 changed files with 7 additions and 8 deletions

View File

@@ -112,8 +112,8 @@ mutation unfollowUser($followedUserId: Int!) {
}
}
query getUserFollowingFollowers($userId: Int!) {
getUser(userId: $userId) {
query getUserFollowingFollowers {
getLoggedInUser {
following {
id
username