Compare commits

..

1 Commits

Author SHA1 Message Date
c2cb411469 Return usernamesAndIds
All checks were successful
Tests / Tests (pull_request) Successful in 16s
2024-10-24 23:41:52 -06:00

View File

@@ -71,7 +71,7 @@ query getUsernamesAndFollowing(
) { ) {
followers followers
following following
usernames usernamesAndIds
} }
} }